The ConnectionInfo type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Deserialize(Stream) | |
![]() ![]() | 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 ![]() |
![]() | Equals(ConnectionInfo) |
Compares this ConnectionInfo object with other and returns true if both the NetworkIdentifier
and RemoteEndPoint match.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetHashCode |
Returns NetworkIdentifier.GetHashCode() ^ RemoteEndPoint.GetHashCode();
(Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ResetNetworkIdentifer |
Replaces the current networkIdentifier with that provided
|
![]() | Serialize | |
![]() | ToString |
Returns a string containing suitable information about this connection
(Overrides ![]() |
See Also