Method | Description | |
---|---|---|
Close ( ) : void | ||
Connection ( Microsoft.VisualStudio.WebHost.Server server, Socket socket, string clientIP ) : System | ||
ReadRequestBytes ( int maxBytes ) : byte[] | ||
Write100Continue ( ) : void | ||
WriteBody ( ) : void | ||
WriteBody ( Array data, int offset, int length ) : void |
Method | Description | |
---|---|---|
MakeResponseHeaders ( int statusCode, String moreHeaders, int contentLength, bool keepAlive ) : System |
public Connection ( Microsoft.VisualStudio.WebHost.Server server, Socket socket, string clientIP ) : System | ||
server | Microsoft.VisualStudio.WebHost.Server | |
socket | Socket | |
clientIP | string | |
return | System |
public ReadRequestBytes ( int maxBytes ) : byte[] | ||
maxBytes | int | |
return | byte[] |
public WriteBody ( Array data, int offset, int length ) : void | ||
data | Array | |
offset | int | |
length | int | |
return | void |