1 write to _connection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
48_connection = connection;
12 references to _connection
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (12)
53get { return _connection.AsyncReadBuffer; } 58get { return _connection.AsyncReadBufferSize; } 64get { return _connection; } 69_connection.Abort(); 74_connection.Close(timeout, asyncAndLinger); 80return _connection.BeginWrite(buffer, offset, size, immediate, timeout, callback, state); 85_connection.EndWrite(); 90_connection.Write(buffer, offset, size, immediate, timeout); 95_connection.Write(buffer, offset, size, immediate, timeout, bufferManager); 100return _connection.Read(buffer, offset, size, timeout); 106return _connection.BeginRead(offset, size, timeout, callback, state); 111return _connection.EndRead();