ProtocolEndpoint 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ProtocolEndpoint 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| ProtocolEndpoint() |
ProtocolEndpoint 클래스의 새 인스턴스를 초기화합니다. |
| ProtocolEndpoint(Uri, Uri) |
지정된 바인딩 및 위치가 ProtocolEndpoint 있는 클래스의 새 인스턴스를 초기화합니다. |
ProtocolEndpoint()
ProtocolEndpoint 클래스의 새 인스턴스를 초기화합니다.
public:
ProtocolEndpoint();
public ProtocolEndpoint();
Public Sub New ()
설명
Binding 속성과 Location 속성은 모두 새 인스턴스에서 초기화 null 됩니다.
적용 대상
ProtocolEndpoint(Uri, Uri)
지정된 바인딩 및 위치가 ProtocolEndpoint 있는 클래스의 새 인스턴스를 초기화합니다.
public:
ProtocolEndpoint(Uri ^ binding, Uri ^ location);
public ProtocolEndpoint(Uri binding, Uri location);
new System.IdentityModel.Metadata.ProtocolEndpoint : Uri * Uri -> System.IdentityModel.Metadata.ProtocolEndpoint
Public Sub New (binding As Uri, location As Uri)