C# Class SIPSorcery.Net.STUNv2ChangeRequestAttribute

Inheritance: STUNv2Attribute
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
ChangeAddress bool
ChangePort bool

Public Methods

Method Description
STUNv2ChangeRequestAttribute ( byte attributeValue ) : System
ToString ( ) : string

Method Details

STUNv2ChangeRequestAttribute() public method

public STUNv2ChangeRequestAttribute ( byte attributeValue ) : System
attributeValue byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ChangeAddress public property

public bool ChangeAddress
return bool

ChangePort public property

public bool ChangePort
return bool