다음을 통해 공유


ServiceHostEndpointConfiguration 생성자

Initializes an instance of T:Microsoft.IdentityModel.Configuration.ServiceHostEndpointConfiguration.

네임스페이스: Microsoft.IdentityModel.Configuration
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim contractType As Type
Dim binding As Binding
Dim address As String

Dim instance As New ServiceHostEndpointConfiguration(contractType, binding, address)

구문

‘선언
Public Sub New ( _
    contractType As Type, _
    binding As Binding, _
    address As String _
)
public ServiceHostEndpointConfiguration (
    Type contractType,
    Binding binding,
    string address
)
public:
ServiceHostEndpointConfiguration (
    Type^ contractType, 
    Binding^ binding, 
    String^ address
)
public ServiceHostEndpointConfiguration (
    Type contractType, 
    Binding binding, 
    String address
)
public function ServiceHostEndpointConfiguration (
    contractType : Type, 
    binding : Binding, 
    address : String
)

매개 변수

  • contractType
    Service Contract type.
  • binding
    Binding information for the ServiceHost.
  • address
    A string representing the address of the ServiceHost.

예외

예외 유형 조건

설명

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

참고 항목

참조

ServiceHostEndpointConfiguration 클래스
ServiceHostEndpointConfiguration 멤버
Microsoft.IdentityModel.Configuration 네임스페이스