Property | Type | Description | |
---|---|---|---|
ReceiveBuffer | int |
Method | Description | |
---|---|---|
Close ( ) : void | ||
HttpConnection ( Socket sock ) : System | ||
ReceiveByte ( ) : int | ||
ReceiveBytes ( byte buffer, int offset, int size ) : int | ||
Send ( byte raw ) : void | ||
Send ( byte raw, int offset, int size ) : void |
Method | Description | |
---|---|---|
FillReceiveBuffer ( ) : bool |
public HttpConnection ( Socket sock ) : System | ||
sock | Socket | |
return | System |
public ReceiveBytes ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public Send ( byte raw, int offset, int size ) : void | ||
raw | byte | |
offset | int | |
size | int | |
return | void |