Interface IStunContext
Namespace: Libplanet.Stun
Assembly: Libplanet.Stun.dll
Syntax
public interface IStunContext
Properties
| Improve this Doc View SourceNonce
Declaration
byte[] Nonce { get; }
Property Value
Type | Description |
---|---|
Byte[] |
Password
Declaration
string Password { get; }
Property Value
Type | Description |
---|---|
String |
Realm
Declaration
string Realm { get; }
Property Value
Type | Description |
---|---|
String |
Username
Declaration
string Username { get; }
Property Value
Type | Description |
---|---|
String |