C# Class STUN.MappedAddressAttribute

Inheritance: STUNAttribute
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateMappedAddress ( String IpAddress, UInt16 Port ) : MappedAddressAttribute
ParseMappedAddress ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
MappedAddressToByteArray ( ) : Byte[]

Method Details

CreateMappedAddress() public static méthode

public static CreateMappedAddress ( String IpAddress, UInt16 Port ) : MappedAddressAttribute
IpAddress String
Port System.UInt16
Résultat MappedAddressAttribute

ParseMappedAddress() public méthode

public ParseMappedAddress ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
Résultat void