Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Services Namespace > ICcowParticipantService Interface : GetWebSocketInfo Method |
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=WebSocket&method=GetInfo")] Stream GetWebSocketInfo()
'Declaration
<OperationContractAttribute()> <WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=WebSocket&method=GetInfo")> Function GetWebSocketInfo() As Stream
'Usage
Dim instance As ICcowParticipantService Dim value As Stream value = instance.GetWebSocketInfo()
[OperationContractAttribute()] [WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=WebSocket&method=GetInfo")] Stream^ GetWebSocketInfo();