C# Class DotNetShipping.ShippingProviders.USPSInternationalProvider

Inheritance: DotNetShipping.ShippingProviders.AbstractShippingProvider
Show file Open project: kylewest/DotNetShipping Class Usage Examples

Public Methods

Method Description
GetRates ( ) : void
GetServiceCodes ( ) : string>.IDictionary

Returns the supported service codes

IsDomesticUSPSAvailable ( ) : bool
USPSInternationalProvider ( ) : System
USPSInternationalProvider ( string userId ) : System

USPSInternationalProvider ( string userId, string service ) : System

Private Methods

Method Description
ParseResult ( string response ) : void

Method Details

GetRates() public method

public GetRates ( ) : void
return void

GetServiceCodes() public method

Returns the supported service codes
public GetServiceCodes ( ) : string>.IDictionary
return string>.IDictionary

IsDomesticUSPSAvailable() public method

public IsDomesticUSPSAvailable ( ) : bool
return bool

USPSInternationalProvider() public method

public USPSInternationalProvider ( ) : System
return System

USPSInternationalProvider() public method

public USPSInternationalProvider ( string userId ) : System
userId string
return System

USPSInternationalProvider() public method

public USPSInternationalProvider ( string userId, string service ) : System
userId string
service string
return System