Edit

Share via


IndexedProtocolEndpoint Constructors

Definition

Initializes a new instance of the IndexedProtocolEndpoint class.

Overloads

IndexedProtocolEndpoint()

Initializes a new instance of the IndexedProtocolEndpoint class.

IndexedProtocolEndpoint(Int32, Uri, Uri)

Initializes a new instance of the IndexedProtocolEndpoint class that has the specified index, binding, and ___location.

IndexedProtocolEndpoint()

Initializes a new instance of the IndexedProtocolEndpoint class.

public:
 IndexedProtocolEndpoint();
public IndexedProtocolEndpoint();
Public Sub New ()

Applies to

IndexedProtocolEndpoint(Int32, Uri, Uri)

Initializes a new instance of the IndexedProtocolEndpoint class that has the specified index, binding, and ___location.

public:
 IndexedProtocolEndpoint(int index, Uri ^ binding, Uri ^ ___location);
public IndexedProtocolEndpoint(int index, Uri binding, Uri ___location);
new System.IdentityModel.Metadata.IndexedProtocolEndpoint : int * Uri * Uri -> System.IdentityModel.Metadata.IndexedProtocolEndpoint
Public Sub New (index As Integer, binding As Uri, ___location As Uri)

Parameters

index
Int32

The index.

binding
Uri

The binding.

___location
Uri

The ___location.

Applies to