HttpQuery Method (HttpQueryRequestType, HttpQuery)
Microsoft Robotics Class Reference
Namespace: Microsoft.Dss.Services.TestAggregator.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0
Syntax
public virtual Choice HttpQuery(
HttpQueryRequestType body,
out HttpQuery operation
)
'Declaration
Public Overridable Function HttpQuery ( _
body As HttpQueryRequestType, _
<OutAttribute> ByRef operation As HttpQuery _
) As Choice
public:
virtual Choice^ HttpQuery(
HttpQueryRequestType^ body,
[OutAttribute] HttpQuery^% operation
)
Parameters
- operation
Type: Microsoft.Dss.Core.DsspHttp. . :: .HttpQuery %