WebServiceRequestUtility.WithIfNoneMatch<TWebServiceRequest> method

Sets the IfNoneMatch of the WebServiceRequest.

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

See Also