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

Inheritance: System.ServiceModel.ServiceHost
Mostra file Open project: RobBlackwell/PortBridge Class Usage Examples

Public Methods

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

Method Details

Accept() public method

public Accept ( ) : StreamConnection
return StreamConnection

BeginAccept() public method

public BeginAccept ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

EndAccept() public method

public EndAccept ( IAsyncResult asyncResult ) : StreamConnection
asyncResult IAsyncResult
return StreamConnection

StreamServerHost() public method

public StreamServerHost ( ) : System
return System