Method | Description | |
---|---|---|
Dispose ( ) : void | ||
MultiplexedConnection ( BufferWrite bufferWrite ) : System | ||
MultiplexedConnection ( BufferWrite bufferWrite, int connectionId ) : System | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public MultiplexedConnection ( BufferWrite bufferWrite ) : System | ||
bufferWrite | BufferWrite | |
return | System |
public MultiplexedConnection ( BufferWrite bufferWrite, int connectionId ) : System | ||
bufferWrite | BufferWrite | |
connectionId | int | |
return | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |