WebServiceRequestUtility.WithPatchMethod<TWebServiceRequest> method

Sets the Method of the WebServiceRequest to “PATCH”.

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

See Also