@ -207,8 +207,8 @@
< / div >
< h1 class = "PageTitle" id = "T:WebSocketSharp.Server.HttpServer" > HttpServer Class< / h1 >
< p class = "Summary" id = "T:WebSocketSharp.Server.HttpServer:Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Provides the functions of a simple HTTP server that allows to accept the WebSocket connection requests.
< / p >
< div id = "T:WebSocketSharp.Server.HttpServer:Signature" >
< h2 > Syntax< / h2 >
< div class = "Signature" > public class < b > HttpServer< / b > < / div >
@ -216,7 +216,35 @@
< div class = "Remarks" id = "T:WebSocketSharp.Server.HttpServer:Docs" >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "T:WebSocketSharp.Server.HttpServer:Docs:Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< p >
The HttpServer class provides the multi WebSocket service.
< / p >
< p >
< p >
The HttpServer class needs the application configuration file to configure the server root path.
< / p >
< table class = "CodeExampleTable" >
< tr >
< td >
< b >
< font size = "-1" > xml Example< / font >
< / b >
< / td >
< / tr >
< tr >
< td >
< pre class = "" >
< ?xml version="1.0" encoding="utf-8"?>
< configuration>
< appSettings>
< add key="RootPath" value="./Public" />
< /appSettings>
< /configuration>
< / pre >
< / td >
< / tr >
< / table >
< / p >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "T:WebSocketSharp.Server.HttpServer:Docs:Version Information" >
@ -243,8 +271,9 @@
< / b > ()< / div >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Initializes a new instance of the < a href = "../WebSocketSharp.Server/HttpServer.html" > WebSocketSharp.Server.HttpServer< / a > class that listens for incoming requests
on port 80.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -258,8 +287,9 @@
< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > )< / div >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Initializes a new instance of the < a href = "../WebSocketSharp.Server/HttpServer.html" > WebSocketSharp.Server.HttpServer< / a > class that listens for incoming requests
on the specified < i > port< / i > .
< / td >
< / tr >
< / table >
< / div >
@ -278,7 +308,9 @@
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / i > .
Gets the port on which to listen for incoming requests.
< / td >
< / tr >
< tr valign = "top" >
< td > [read-only]< div > < / div > < / td >
@ -290,7 +322,9 @@
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< string> < / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / i > .
Gets the collection of paths associated with the every WebSocket services that the server provides.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -305,7 +339,9 @@
< td >
< i >
< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a >
< / i > . < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / td >
< / i > .
Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically.
< / td >
< / tr >
< / table >
< / div >
@ -321,8 +357,10 @@
< / td >
< td colspan = "2" >
< b >
< a href = "#M:WebSocketSharp.Server.HttpServer.AddService``1(System.String)" > AddService< T> < / a >
< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > )< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< a href = "#M:WebSocketSharp.Server.HttpServer.AddWebSocketService``1(System.String)" > AddWebSocketService< T> < / a >
< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > )< blockquote >
Adds the specified type WebSocket service.
< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
@ -332,7 +370,9 @@
< td colspan = "2" >
< b >
< a href = "#M:WebSocketSharp.Server.HttpServer.GetFile(System.String)" > GetFile< / a >
< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte" > byte< / a > []< / nobr > < blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > )< nobr > : < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte" > byte< / a > []< / nobr > < blockquote >
Gets the contents of the specified file.
< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
@ -342,7 +382,9 @@
< td colspan = "2" >
< b >
< a href = "#M:WebSocketSharp.Server.HttpServer.Start" > Start< / a >
< / b > ()< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / b > ()< blockquote >
Starts to receive incoming requests.
< / blockquote > < / td >
< / tr >
< tr valign = "top" >
< td >
@ -352,7 +394,9 @@
< td colspan = "2" >
< b >
< a href = "#M:WebSocketSharp.Server.HttpServer.Stop" > Stop< / a >
< / b > ()< blockquote > < span class = "NotEntered" > Documentation for this section has not yet been entered.< / span > < / blockquote > < / td >
< / b > ()< blockquote >
Stops receiving incoming requests.
< / blockquote > < / td >
< / tr >
< / table >
< / div >
@ -368,12 +412,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Connect"> OnConnect < / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Error"> OnError < / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server gets an error.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -382,12 +426,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Delete"> OnDelete < / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseToConnect"> OnResponseToConnect < / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP CONNECT request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -396,12 +440,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Error"> OnError < / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseToDelete"> OnResponseToDelete < / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP DELETE request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -410,12 +454,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Get"> OnGet< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Get"> OnResponseTo Get< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP GET request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -424,12 +468,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Head"> OnHead< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Head"> OnResponseTo Head< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP HEAD request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -438,12 +482,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Options"> OnOptions< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Options"> OnResponseTo Options< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP OPTIONS request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -452,12 +496,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Patch"> OnPatch< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Patch"> OnResponseTo Patch< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP PATCH request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -466,12 +510,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Post"> OnPost< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Post"> OnResponseTo Post< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP POST request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -480,12 +524,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Put"> OnPut< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Put"> OnResponseTo Put< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP PUT request.
< / td >
< / tr >
< tr valign = "top" >
< td >
@ -494,12 +538,12 @@
< / td >
< td >
< b >
< a href = "#E:WebSocketSharp.Server.HttpServer.On Trace"> OnTrace< / a >
< a href = "#E:WebSocketSharp.Server.HttpServer.On ResponseTo Trace"> OnResponseTo Trace< / a >
< / b >
< / td >
< td >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / td >
Occurs when the server receives an HTTP TRACE request.
< / td >
< / tr >
< / table >
< / div >
@ -542,8 +586,9 @@
< h3 id = "C:WebSocketSharp.Server.HttpServer" > HttpServer Constructor< / h3 >
< blockquote id = "C:WebSocketSharp.Server.HttpServer:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Initializes a new instance of the < a href = "../WebSocketSharp.Server/HttpServer.html" > WebSocketSharp.Server.HttpServer< / a > class that listens for incoming requests
on port 80.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < b > HttpServer< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
@ -558,8 +603,9 @@
< h3 id = "C:WebSocketSharp.Server.HttpServer(System.Int32)" > HttpServer Constructor< / h3 >
< blockquote id = "C:WebSocketSharp.Server.HttpServer(System.Int32):member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Initializes a new instance of the < a href = "../WebSocketSharp.Server/HttpServer.html" > WebSocketSharp.Server.HttpServer< / a > class that listens for incoming requests
on the specified < i > port< / i > .
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < b > HttpServer< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > port)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
@ -569,8 +615,8 @@
< i > port< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
An < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > that contains a port number.
< / dd >
< / dl >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
@ -582,49 +628,49 @@
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String)"> AddService< T> Generic Method< / h3 >
< blockquote id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String):member">
< h3 id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String)"> AddWebSocket Service< T> Generic Method< / h3 >
< blockquote id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String):member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Adds the specified type WebSocket service.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > AddService< T> < / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > absPath)< br / > where T : < a href = "../WebSocketSharp.Server/WebSocketService.html" > WebSocketSharp.Server.WebSocketService< / a > , new()< / div >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > AddWebSocket Service< T> < / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > absPath)< br / > where T : < a href = "../WebSocketSharp.Server/WebSocketService.html" > WebSocketSharp.Server.WebSocketService< / a > , new()< / div >
< h4 class = "Subsection" > Type Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String):Type Parameters">
< blockquote class = "SubsectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String):Type Parameters">
< dl >
< dt >
< i > T< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
The type of the WebSocket service. The T must inherit the < a href = "../WebSocketSharp.Server/WebSocketService.html" > WebSocketSharp.Server.WebSocketService< / a > class.
< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Parameters< / h4 >
< blockquote class = "SubsectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String):Parameters">
< blockquote class = "SubsectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String):Parameters">
< dl >
< dt >
< i > absPath< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > that contains an absolute path associated with the WebSocket service.
< / dd >
< / dl >
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String):Remarks">
< div class = "SectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String):Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add Service``1(System.String):Version Information">
< div class = "SectionBox" id = "M:WebSocketSharp.Server.HttpServer.Add WebSocket Service``1(System.String):Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "M:WebSocketSharp.Server.HttpServer.GetFile(System.String)" > GetFile Method< / h3 >
< blockquote id = "M:WebSocketSharp.Server.HttpServer.GetFile(System.String):member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Gets the contents of the specified file.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte" > byte< / a > [] < b > GetFile< / b > (< a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > path)< / div >
< h4 class = "Subsection" > Parameters< / h4 >
@ -634,14 +680,14 @@
< i > path< / i >
< / dt >
< dd >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / dd >
A < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String" > string< / a > that contains a virtual path to the file to get.
< / dd >
< / dl >
< / blockquote >
< h4 class = "Subsection" > Returns< / h4 >
< blockquote class = "SubsectionBox" id = "M:WebSocketSharp.Server.HttpServer.GetFile(System.String):Returns" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
An array of < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Byte" > byte< / a > that contains the contents of the file.
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "M:WebSocketSharp.Server.HttpServer.GetFile(System.String):Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
@ -651,177 +697,177 @@
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Connect"> OnConnect Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Connect :member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Error"> OnError Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Error :member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server gets an error.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< Response EventArgs> < / a > < b > OnConnect < / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< WebSocketSharp.Error EventArgs> < / a > < b > OnError < / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Connect :Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Error :Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Connect :Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Error :Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Delete"> OnDelete Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Delete :member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseToConnect"> OnResponseToConnect Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseToConnect :member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP CONNECT request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnDelete < / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseToConnect < / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Delete :Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseToConnect :Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Delete :Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseToConnect :Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Error"> OnError Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Error :member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseToDelete"> OnResponseToDelete Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseToDelete :member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP DELETE request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< WebSocketSharp.Error EventArgs> < / a > < b > OnError < / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< Response EventArgs> < / a > < b > OnResponseToDelete < / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Error :Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseToDelete :Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Error :Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseToDelete :Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Get"> OnGet Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Get:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Get"> OnResponseTo Get Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Get:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP GET request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnGet< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Get< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Get:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Get:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Get:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Get:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Head"> OnHead Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Head:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Head"> OnResponseTo Head Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Head:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP HEAD request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnHead< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Head< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Head:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Head:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Head:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Head:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Options"> OnOptions Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Options:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Options"> OnResponseTo Options Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Options:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP OPTIONS request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnOptions< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Options< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Options:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Options:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Options:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Options:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Patch"> OnPatch Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Patch:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Patch"> OnResponseTo Patch Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Patch:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP PATCH request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnPatch< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Patch< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Patch:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Patch:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Patch:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Patch:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Post"> OnPost Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Post:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Post"> OnResponseTo Post Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Post:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP POST request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnPost< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Post< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Post:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Post:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Post:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Post:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Put"> OnPut Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Put:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Put"> OnResponseTo Put Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Put:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP PUT request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnPut< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Put< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Put:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Put:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Put:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Put:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "E:WebSocketSharp.Server.HttpServer.On Trace"> OnTrace Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On Trace:member">
< h3 id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Trace"> OnResponseTo Trace Event< / h3 >
< blockquote id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Trace:member">
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Occurs when the server receives an HTTP TRACE request.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnTrace< / b > < / div >
< div class = "Signature" > public event < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1" > EventHandler< ResponseEventArgs> < / a > < b > OnResponseTo Trace< / b > < / div >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Trace:Remarks">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Trace:Remarks">
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / div >
< h2 class = "Section" > Requirements< / h2 >
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On Trace:Version Information">
< div class = "SectionBox" id = "E:WebSocketSharp.Server.HttpServer.On ResponseTo Trace:Version Information">
< b > Namespace: < / b > WebSocketSharp.Server< br / > < b > Assembly: < / b > websocket-sharp (in websocket-sharp.dll)< / div >
< hr size = "1" / >
< / blockquote >
< h3 id = "P:WebSocketSharp.Server.HttpServer.Port" > Port Property< / h3 >
< blockquote id = "P:WebSocketSharp.Server.HttpServer.Port:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Gets the port on which to listen for incoming requests.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > < b > Port< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:WebSocketSharp.Server.HttpServer.Port:Value" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
An < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32" > int< / a > that contains a port number.
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:WebSocketSharp.Server.HttpServer.Port:Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
@ -834,14 +880,14 @@
< h3 id = "P:WebSocketSharp.Server.HttpServer.ServicePaths" > ServicePaths Property< / h3 >
< blockquote id = "P:WebSocketSharp.Server.HttpServer.ServicePaths:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Gets the collection of paths associated with the every WebSocket services that the server provides.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1" > IEnumerable< string> < / a > < b > ServicePaths< / b > { get; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:WebSocketSharp.Server.HttpServer.ServicePaths:Value" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
An IEnumerable< string> that contains the collection of paths.
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:WebSocketSharp.Server.HttpServer.ServicePaths:Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
@ -854,8 +900,8 @@
< h3 id = "M:WebSocketSharp.Server.HttpServer.Start" > Start Method< / h3 >
< blockquote id = "M:WebSocketSharp.Server.HttpServer.Start:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Starts to receive incoming requests.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > Start< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
@ -870,8 +916,8 @@
< h3 id = "M:WebSocketSharp.Server.HttpServer.Stop" > Stop Method< / h3 >
< blockquote id = "M:WebSocketSharp.Server.HttpServer.Stop:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Stops receiving incoming requests.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void" > void< / a > < b > Stop< / b > ()< / div >
< h2 class = "Section" > Remarks< / h2 >
@ -886,14 +932,15 @@
< h3 id = "P:WebSocketSharp.Server.HttpServer.Sweeped" > Sweeped Property< / h3 >
< blockquote id = "P:WebSocketSharp.Server.HttpServer.Sweeped:member" >
< p class = "Summary" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / p >
Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically.
< / p >
< h2 > Syntax< / h2 >
< div class = "Signature" > public < a href = "http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean" > bool< / a > < b > Sweeped< / b > { get; set; }< / div >
< h4 class = "Subsection" > Value< / h4 >
< blockquote class = "SubsectionBox" id = "P:WebSocketSharp.Server.HttpServer.Sweeped:Value" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >
< / blockquote >
< tt > true< / tt > if the server cleans up the inactive WebSocket service instances every 60 seconds;
otherwise, < tt > false< / tt > . The default value is < tt > true< / tt > .
< / blockquote >
< h2 class = "Section" > Remarks< / h2 >
< div class = "SectionBox" id = "P:WebSocketSharp.Server.HttpServer.Sweeped:Remarks" >
< span class = "NotEntered" > Documentation for this section has not yet been entered.< / span >