C# Class Microsoft.Samples.ServiceBus.Connections.StreamServerHost

Inheritance: System.ServiceModel.ServiceHost
Afficher le fichier Open project: RobBlackwell/PortBridge Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ) : StreamConnection
BeginAccept ( AsyncCallback callback, object state ) : IAsyncResult
EndAccept ( IAsyncResult asyncResult ) : StreamConnection
StreamServerHost ( ) : System

Method Details

Accept() public méthode

public Accept ( ) : StreamConnection
Résultat StreamConnection

BeginAccept() public méthode

public BeginAccept ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

EndAccept() public méthode

public EndAccept ( IAsyncResult asyncResult ) : StreamConnection
asyncResult IAsyncResult
Résultat StreamConnection

StreamServerHost() public méthode

public StreamServerHost ( ) : System
Résultat System