SharpCifs.Smb.TransactNamedPipeOutputStream.Write C# (CSharp) Method

Write() public method

public Write ( byte b ) : void
b byte
return void
		public override void Write(byte[] b)
		{
			Write(b, 0, b.Length);
		}

Same methods

TransactNamedPipeOutputStream::Write ( byte b, int off, int len ) : void
TransactNamedPipeOutputStream::Write ( int b ) : void