Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / NetworkClient Class


NetworkClient Class Methods

For a list of all members of this type, see NetworkClient members.

Public Methods
 NameDescription
Public MethodStop reading from the network and prepare to exit  
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGet a copy of the network connection options used by this client  
Public MethodStart the network client  
Public MethodReturns a System.String that represents the current System.Object.  
Top
Protected Methods
 NameDescription
Protected MethodImplemented to complete the protocol connection  
Protected MethodCalled when a valid connection is being administratively closed  
Protected MethodRaise the closed event  
Protected MethodCalled to raise the connected event when a connection has been established  
Protected MethodCalled to raise the disconnected event when a connection has been lost  
Protected MethodRaise the failed event  
Protected MethodAllows derived classes to register all of the packet factories they need when creating a new packet reader.  
Protected MethodRead the next network packet from the pipe. Blocks until a packet is detected or the connection fails.  
Protected MethodRead the next serialized packet from the pipe. Blocks until a packet is detected or the connection fails.  
Protected MethodCalled to shut down the client due to a command from the server.  
Protected MethodAllows a derived class to implement its own retry delay strategy  
Protected MethodTransmit the provided network message to the server.  
Protected MethodTransmit the provided serialized packet to the server.  
Protected MethodImplemented to transfer data on an established connection  
Top
See Also