The ConnectionInfo type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Deserialize(Stream) |
Deserializes from a Stream to the current IExplicitlySerialize object
| |
Deserialize(MemoryStream, ConnectionInfo ) |
Deserializes from a memory stream to a ConnectionInfo object
| |
Equals(Object) |
Compares this ConnectionInfo object with obj and returns true if obj is ConnectionInfo and both
the NetworkIdentifier and RemoteEndPoint match.
(Overrides Object Equals(Object).) | |
Equals(ConnectionInfo) |
Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier
and RemoteEndPoint match.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns NetworkIdentifier.GetHashCode() ^ RemoteEndPoint.GetHashCode();
(Overrides Object GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetNetworkIdentifer |
Replaces the current networkIdentifier with that provided
| |
Serialize |
Serializes the current IExplicitlySerialize object to the provided Stream | |
ToString |
Returns a string containing suitable information about this connection
(Overrides Object ToString .) |
See Also