Constructor
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic StunClient(
DnsEndPoint stunEndpoint
)
Public Sub New (
stunEndpoint As DnsEndPoint
)
public:
StunClient(
DnsEndPoint^ stunEndpoint
)
new :
stunEndpoint : DnsEndPoint -> StunClient
Parameters
- stunEndpoint
- Type: System.NetDnsEndPoint
Endpoint containing host name and port of the STUN server
See Also