NatRequestSenderSendContext Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SendContext(
StunContext context
)
Public Sub SendContext (
context As StunContext
)
public:
void SendContext(
StunContext^ context
)
member SendContext :
context : StunContext -> unit
Parameters
- context
- Type: Ozeki.NetworkStunContext
See Also