Interface ICommunicationTarget
Namespace: NFive.SDK.Client.Communications
Assembly: NFive.SDK.Client.net.dll
Syntax
public interface ICommunicationTarget
Methods
| Improve this Doc View SourceFromClient()
Returns a communication adapter for receiving, targeting the local client.
Declaration
ICommunicationReceiveClient FromClient()
Returns
Type | Description |
---|---|
ICommunicationReceiveClient | A local client targeted communication adapter for receiving. |
FromServer()
Returns a communication adapter for receiving from the server.
Declaration
ICommunicationReceiveServer FromServer()
Returns
Type | Description |
---|---|
ICommunicationReceiveServer | A server targeted communication adapter for receiving. |
ToClient()
Returns a communication adapter for transmitting, targeting the local client.
Declaration
ICommunicationTransmitClient ToClient()
Returns
Type | Description |
---|---|
ICommunicationTransmitClient | A local client targeted communication adapter for transmitting. |
ToServer()
Returns a communication adapter adapter for transmitting to the server.
Declaration
ICommunicationTransmitServer ToServer()
Returns
Type | Description |
---|---|
ICommunicationTransmitServer | A server targeted communication adapter for transmitting. |