WebServiceRequestUtility.WithHeadMethod<TWebServiceRequest> method

Sets the Method of the WebServiceRequest to “HEAD”.

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

See Also