Click or drag to resize

ServiceConnection Methods

The ServiceConnection type exposes the following members.

Methods
  NameDescription
Public methodConnectAsync (Inherited from ServerConnection.)
Public methodConnectTlsAsync (Inherited from ServerConnection.)
Public methodDisconnectAsync (Inherited from ServerConnection.)
Public methodDispose (Inherited from ServerConnection.)
Protected methodDispose(Boolean) (Inherited from ServerConnection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleUncorrelatedMessage
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewMessage (Inherited from ServerConnection.)
Public methodNewServiceMessage
Protected methodOnConnected (Inherited from ServerConnection.)
Protected methodOnDisconnected (Overrides ServerConnectionOnDisconnected(Boolean).)
Protected methodOnDisconnectedService
Protected methodOnMessageReceived (Overrides ServerConnectionOnMessageReceived(IncomingMessage).)
Public methodSend(OutgoingMessage) (Inherited from ServerConnection.)
Public methodSend(UInt16, ActionOutgoingMessage)
Public methodSendAndReceiveAsync(UInt16, ActionOutgoingMessage, CancellationToken)
Public methodSendAndReceiveAsyncT(UInt16, ActionOutgoingMessage, FuncIncomingMessage, T, CancellationToken)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also