Method | Description | |
---|---|---|
Bind2 ( |
||
Connect ( |
||
GetInputStream ( ) : |
||
GetOutputStream ( ) : SharpCifs.Util.Sharpen.OutputStream | ||
Receive ( byte buffer, int offset, int count ) : int | ||
Send ( byte buffer, int offset, int length, |
||
SocketEx ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System |
public Connect ( |
||
endPoint | ||
timeOut | int | |
return | void |
public GetOutputStream ( ) : SharpCifs.Util.Sharpen.OutputStream | ||
return | SharpCifs.Util.Sharpen.OutputStream |
public Receive ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Send ( byte buffer, int offset, int length, |
||
buffer | byte | |
offset | int | |
length | int | |
destination | ||
return | void |
public SocketEx ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System | ||
addressFamily | AddressFamily | |
socketType | SocketType | |
protocolType | ProtocolType | |
return | System |