C# Class System.Net.Internals.SocketAddress

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object comparand ) : bool
GetHashCode ( ) : int
SocketAddress ( AddressFamily family ) : System.Diagnostics
SocketAddress ( AddressFamily family, int size ) : System.Diagnostics
ToString ( ) : string
this ( int offset ) : byte

Private Methods

Méthode Description
CopyAddressSizeIntoBuffer ( ) : void
GetAddressSizeOffset ( ) : int
GetIPAddress ( ) : IPAddress
GetIPEndPoint ( ) : IPEndPoint
SocketAddress ( IPAddress ipAddress ) : System.Diagnostics
SocketAddress ( IPAddress ipaddress, int port ) : System.Diagnostics

Method Details

Equals() public méthode

public Equals ( object comparand ) : bool
comparand object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SocketAddress() public méthode

public SocketAddress ( AddressFamily family ) : System.Diagnostics
family AddressFamily
Résultat System.Diagnostics

SocketAddress() public méthode

public SocketAddress ( AddressFamily family, int size ) : System.Diagnostics
family AddressFamily
size int
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int offset ) : byte
offset int
Résultat byte