HttpGet Method (HttpGetRequestType, HttpGet)
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 HttpGet(
HttpGetRequestType body,
out HttpGet operation
)
'Declaration
Public Overridable Function HttpGet ( _
body As HttpGetRequestType, _
<OutAttribute> ByRef operation As HttpGet _
) As Choice
public:
virtual Choice^ HttpGet(
HttpGetRequestType^ body,
[OutAttribute] HttpGet^% operation
)
Parameters
- operation
Type: Microsoft.Dss.Core.DsspHttp. . :: .HttpGet %