WebServiceRequestUtility.WithDeleteMethod<TWebServiceRequest> method

Sets the Method of the WebServiceRequest to “DELETE”.

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

See Also