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

Inheritance: MultiplexedConnection
Mostra file Open project: RobBlackwell/PortBridge

Public Methods

Method Description
MultiplexedServiceNamedPipeConnection ( StreamConnection streamConnection, NamedPipeClientStream pipeClient, int connectionId ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PumpCompleted ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MultiplexedServiceNamedPipeConnection() public method

public MultiplexedServiceNamedPipeConnection ( StreamConnection streamConnection, NamedPipeClientStream pipeClient, int connectionId ) : System
streamConnection StreamConnection
pipeClient System.IO.Pipes.NamedPipeClientStream
connectionId int
return System