WebServiceRequestUtility.WithIfMatch<TWebServiceRequest> method

Sets the IfMatch of the WebServiceRequest.

public static TWebServiceRequest WithIfMatch<TWebServiceRequest>(this TWebServiceRequest request, 
    string eTag)
    where TWebServiceRequest : WebServiceRequestBase

See Also