ConnectionInfo MethodsNetworkComms.Net Help
The ConnectionInfo type exposes the following members.
Methods

  NameDescription
Public methodDeserialize(Stream)
Deserializes from a OnlineStream to the current IExplicitlySerialize object
Public methodStatic memberDeserialize(MemoryStream, ConnectionInfo )
Deserializes from a memory stream to a ConnectionInfo object
Public methodEquals(Object)
Compares this ConnectionInfo object with obj and returns true if obj is ConnectionInfo and both the NetworkIdentifier and RemoteEndPoint match.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(ConnectionInfo)
Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier and RemoteEndPoint match.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns NetworkIdentifier.GetHashCode() ^ RemoteEndPoint.GetHashCode();
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodResetNetworkIdentifer
Replaces the current networkIdentifier with that provided
Public methodSerialize
Serializes the current IExplicitlySerialize object to the provided OnlineStream
Public methodToString
Returns a string containing suitable information about this connection
(Overrides OnlineObject ToString .)
Back to Top
See Also