WebServiceRequestUtility.WithSettings<TWebServiceRequest> method

Sets the Settings of the WebServiceRequest.

public static TWebServiceRequest WithSettings<TWebServiceRequest>(this TWebServiceRequest request, 
    WebServiceRequestSettings? settings)
    where TWebServiceRequest : WebServiceRequestBase

See Also