Метод | Описание | |
---|---|---|
BidRequest ( BidRequest request ) : System.Xml.Linq.XDocument |
Performs the Bidding Method: Place a bid request. POST Serializes the given BidRequest into xml and sends the message. REQUIRES AUTHENTICATION.
|
|
BiddingMethods ( |
Initializes a new instance of the BiddingMethods class.
|
|
BuyNowRequest ( BuyNowRequest request ) : System.Xml.Linq.XDocument |
Performs the Bidding Method: Place a Buy Now request. POST Serializes the given BuyNowRequest into xml and sends the message. REQUIRES AUTHENTICATION.
|
public BidRequest ( BidRequest request ) : System.Xml.Linq.XDocument | ||
request | BidRequest | The object that will be serialized into xml and then sent in a POST message. |
Результат | System.Xml.Linq.XDocument |
public BiddingMethods ( |
||
connect | A ConnectionMethods class used to make calls to the API | |
Результат | System |
public BuyNowRequest ( BuyNowRequest request ) : System.Xml.Linq.XDocument | ||
request | BuyNowRequest | The object that will be serialized into xml and then sent in a POST message. |
Результат | System.Xml.Linq.XDocument |