Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / ShippingProviderBase Class / SendRequestToProvider Method / SendRequestToProvider(String,String,String) Method
The string data to post
The URL to post to
The encoding to use
In This Topic
    SendRequestToProvider(String,String,String) Method
    In This Topic
    Posts a string request to the given URL using given encoding
    Syntax
    protected string SendRequestToProvider( 
       string request,
       string url,
       string encoding
    )

    Parameters

    request
    The string data to post
    url
    The URL to post to
    encoding
    The encoding to use

    Return Value

    Response from the server
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also