Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the invoker to send the batch requests to the HttpServer.
Namespace: System.Web.Http.Batch
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpMessageInvoker Invoker {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property HttpMessageInvoker^ Invoker {
[CompilerGeneratedAttribute]
HttpMessageInvoker^ get();
[CompilerGeneratedAttribute]
private: void set(HttpMessageInvoker^ value);
}
member Invoker : HttpMessageInvoker with get, private set
Public Property Invoker As HttpMessageInvoker
Get
Private Set
End Property
Property Value
Type: System.Net.Http.HttpMessageInvoker
The invoker to send the batch requests to the HttpServer.
See Also
HttpBatchHandler Class
System.Web.Http.Batch Namespace
Return to top