[This is preliminary documentation and is subject to change.]
The ShippoSession type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| ShippoSession | Initializes a new instance of the ShippoSession class |
Methods
| Name | Description | |
|---|---|---|
| CreateLabel |
Creates shipping label
(Inherited from ShippingSession.) | |
| Destructor | (Inherited from ShippingSession.) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| EstimateShippingCost |
Estimates shipping label cost
(Inherited from ShippingSession.) | |
| Finalize | (Inherited from DisposableObject.) | |
Serves as the default hash function. (Inherited from | ||
| GetShippingCarriers |
Returns all the carriers allowed for the system
(Inherited from ShippingSession.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| TrackShipment |
Retrieves shipment tracking info
(Inherited from ShippingSession.) | |
| ValidateAddress |
Validates shipping address.
Returns new Address instance which may contain corrected address fields ('New Yourk' -> 'New York')
(Inherited from ShippingSession.) |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| ConnectionParams | ||
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| IsValid | (Inherited from ShippingSession.) | |
| Name | (Inherited from ShippingSession.) | |
| ShippingSystem | (Inherited from ShippingSession.) | |
| User | (Inherited from ShippingSession.) |
See Also