WebServiceRequestUtility.WithPutMethod<TWebServiceRequest> method

Sets the Method of the WebServiceRequest to “PUT”.

public static TWebServiceRequest WithPutMethod<TWebServiceRequest>(this TWebServiceRequest request)
    where TWebServiceRequest : WebServiceRequestBase

See Also