Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / NetworkClient Class
Fields Properties Methods Events


NetworkClient Class Members

The following tables list the members exposed by NetworkClient.

Public Fields
 NameDescription
Public FieldThe log category used for network client operations  
Top
Public Properties
 NameDescription
Public PropertyIndicates whether a session had errors during rehydration and has lost some packets.  
Public PropertyIndicates if the writer was explicitly closed.  
Public PropertyIndicates if the remote viewer is currently connected.  
Public PropertyIndicates if the writer experienced a network failure  
Public PropertyIndicates how many packets were lost due to errors in rehydration.  
Top
Protected Properties
 NameDescription
Protected PropertyThe network connection options used to connect to the server.  
Top
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
Public Events
 NameDescription
Public EventRaised when a connection closes normally  
Public EventEvent raised whenever the client establishes a connection to a server  
Public EventEvent raised whenever the client looses contact with the server  
Public EventRaised when a connection that did open fails  
Top
See Also