DiscoveryOperationContextExtension 클래스

정의

검색 런타임에 사용할 수 있는 다양한 구성 항목을 만드는 데 사용되는 작업 컨텍스트 확장입니다.

public ref class DiscoveryOperationContextExtension : System::ServiceModel::IExtension<System::ServiceModel::OperationContext ^>
public class DiscoveryOperationContextExtension : System.ServiceModel.IExtension<System.ServiceModel.OperationContext>
type DiscoveryOperationContextExtension = class
    interface IExtension<OperationContext>
Public Class DiscoveryOperationContextExtension
Implements IExtension(Of OperationContext)
상속
DiscoveryOperationContextExtension
구현

속성

DiscoveryMode

ServiceDiscoveryMode를 가져옵니다.

DiscoveryVersion

DiscoveryVersion를 가져옵니다.

MaxResponseDelay

최대 응답 지연을 지정하는 TimeSpan을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IExtension<OperationContext>.Attach(OperationContext)

Attach(T) 메서드의 구현입니다.

IExtension<OperationContext>.Detach(OperationContext)

IExtension<OperationContext>.Detach(OperationContext) 메서드의 구현입니다.

적용 대상