Usage of WcfPartnerMessage triggers functionality on service oder client side while connecting/disconnecting. Use is set to ServiceEnableRequest when a Service is opened or ClientConnectRequest when a client is connected. Use is set to another state when a Service is closed or a client is disconnected or a timeout has occured.
| Member Name | Description |
|---|---|
| Undef | A constructor has been called that does not define the usage of this class. |
| MyAddress | A constructor has been called that sets the own address of a service or client. |
| ClientConnectRequest | The identified client has sent a connect request to its service. |
| ServiceConnectResponse | The identified service has accepted the connect request from a client. |
| ClientDisconnectRequest | The identified client has sent a disconnect request to its service. |
| ServiceDisconnectResponse | The identified service has accepted the disconnect request from a client. |
| ServiceEnableRequest | The identified service has sent a register request to WcfRouter. |
| ServiceEnableResponse | The identified service has been registered in WcfRouter. |
| ServiceDisableRequest | The identified service is going to be closed, it has informed WcfRouter about it. |
| ServiceDisableResponse | The identified service is marked as closed in WcfRouter. |
| ServiceAddressRequest | The service name is going to be looked up in WcfRouter. |
| ServiceAddressResponse | The complete, matching service identification has been found in WcfRouter registry. |
| Last | This and higher enum values are internally mapped to 'Undef' (used to check version compatibility). |
Namespace: SourceForge.AsyncWcfLib
Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)
SourceForge.AsyncWcfLib Namespace