Class ShippoSession
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Shipping.Shippo
Assembly: NFX.Web.dll
Syntax
public class ShippoSession : ShippingSession, IDisposable, INamed
Constructors
ShippoSession(ShippingSystem, ShippoConnectionParameters)
Declaration
public ShippoSession(ShippingSystem shipSystem, ShippoConnectionParameters cParams)
Parameters
| Type | Name | Description |
|---|---|---|
| ShippingSystem | shipSystem | |
| ShippoConnectionParameters | cParams |
Properties
ConnectionParams
Declaration
public ShippoConnectionParameters ConnectionParams { get; }
Property Value
| Type | Description |
|---|---|
| ShippoConnectionParameters |
Implements
System.IDisposable