Link Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Link(Uri) |
Initializes a new instance of the Link class. |
Link(Uri, String, IEnumerable<KeyValuePair<String,String>>) |
Initializes a new instance of the Link class. |
Link(Uri)
Link(Uri, String, IEnumerable<KeyValuePair<String,String>>)
Initializes a new instance of the Link class.
[Newtonsoft.Json.JsonConstructor]
public Link (Uri uri, string method, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> headers = default);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.Store.PartnerCenter.Models.Link : Uri * string * seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.Store.PartnerCenter.Models.Link
Public Sub New (uri As Uri, method As String, Optional headers As IEnumerable(Of KeyValuePair(Of String, String)) = Nothing)
Parameters
- uri
- Uri
The URI.
- method
- String
The HTTP method.
- headers
- IEnumerable<KeyValuePair<String,String>>
Optional HTTP headers.
- Attributes