C# 클래스 DotAmf.ServiceModel.Dispatcher.AmfEndpointContext

AMF endpoint context.
상속: IDisposable
파일 보기 프로젝트 열기: artema/DotAmf 1 사용 예제들

공개 메소드들

메소드 설명
AmfEndpointContext ( ServiceEndpoint endpoint ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
AddContract ( Type type ) : void

Register data contract.

IsContractRegistered ( Type type ) : bool

Check if type is registered as a data contract.

IsValidDataContract ( Type type ) : bool

Check if type is a valid data contract.

ProcessClass ( Type classType ) : IEnumerable
ResolveContracts ( ServiceEndpoint endpoint ) : void

Resolve endpoint contracts.

메소드 상세

AmfEndpointContext() 공개 메소드

public AmfEndpointContext ( ServiceEndpoint endpoint ) : System
endpoint System.ServiceModel.Description.ServiceEndpoint
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void