C# Class DotAmf.ServiceModel.Dispatcher.AmfEndpointContext

AMF endpoint context.
Inheritance: IDisposable
Datei anzeigen Open project: artema/DotAmf Class Usage Examples

Public Methods

Method Description
AmfEndpointContext ( ServiceEndpoint endpoint ) : System
Dispose ( ) : void

Private Methods

Method Description
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.

Method Details

AmfEndpointContext() public method

public AmfEndpointContext ( ServiceEndpoint endpoint ) : System
endpoint System.ServiceModel.Description.ServiceEndpoint
return System

Dispose() public method

public Dispose ( ) : void
return void