Class SmppStream
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
public class SmppStream : NetworkStream
- Inheritance
-
ObjectSmppStream
Constructors
SmppStream(Socket)
public SmppStream(Socket socket)
Parameters
socket
Socket
Methods
WriteAsync(Byte[], Int32, Int32)
public void WriteAsync(byte[] sendBuffer, int offset, int count)
Parameters
sendBuffer
Byte[]offset
Int32count
Int32