[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=Ping")]
[OperationContractAttribute()]
Stream Ping()
'Declaration
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?interface=ContextAgent&method=Ping")>
<OperationContractAttribute()>
Function Ping() As Stream
'Usage
Dim instance As ICcowContextAgentService
Dim value As Stream
value = instance.Ping()
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?interface=ContextAgent&method=Ping")]
[OperationContractAttribute()]
Stream^ Ping();