示例#1
0
 public override void Write(Byte[] buffer, Int32 offset, Int32 count)
 {
     _sslHandler.WriteBuffer(IoBuffer.Wrap((Byte[])buffer.Clone(), offset, count));
 }