C# Class DotAmf.ServiceModel.Dispatcher.AmfEndpointContext

AMF endpoint context.
Inheritance: IDisposable
Afficher le fichier Open project: artema/DotAmf Class Usage Examples

Méthodes publiques

Méthode Description
AmfEndpointContext ( ServiceEndpoint endpoint ) : System
Dispose ( ) : void

Private Methods

Méthode 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 méthode

public AmfEndpointContext ( ServiceEndpoint endpoint ) : System
endpoint System.ServiceModel.Description.ServiceEndpoint
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void