| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>SuperWebSocket</name>
- </assembly>
- <members>
- <member name="T:SuperWebSocket.Command.Binary`1">
- <summary>
- The command handling binary data
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="T:SuperWebSocket.Command.FragmentCommand`1">
- <summary>
- FragmentCommand
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Command.FragmentCommand`1"/> class.
- </summary>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.CheckFrame(SuperWebSocket.Protocol.WebSocketDataFrame)">
- <summary>
- Checks the frame.
- </summary>
- <param name="frame">The frame.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.CheckControlFrame(SuperWebSocket.Protocol.WebSocketDataFrame)">
- <summary>
- Checks the control frame.
- </summary>
- <param name="frame">The frame.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.GetWebSocketData(System.Collections.Generic.IList{SuperWebSocket.Protocol.WebSocketDataFrame})">
- <summary>
- Gets data from websocket frames.
- </summary>
- <param name="frames">The frames.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.GetWebSocketText(System.Collections.Generic.IList{SuperWebSocket.Protocol.WebSocketDataFrame})">
- <summary>
- Gets text string from websocket frames.
- </summary>
- <param name="frames">The frames.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.GetWebSocketData(SuperWebSocket.Protocol.WebSocketDataFrame)">
- <summary>
- Gets data from a websocket frame.
- </summary>
- <param name="frame">The frame.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Command.FragmentCommand`1.GetWebSocketText(SuperWebSocket.Protocol.WebSocketDataFrame)">
- <summary>
- Gets text string from a websocket frame.
- </summary>
- <param name="frame">The frame.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.Command.FragmentCommand`1.Utf8Encoding">
- <summary>
- Gets the UTF8 encoding which has been set ExceptionFallback.
- </summary>
- </member>
- <member name="M:SuperWebSocket.Command.Binary`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Binary`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Close`1">
- <summary>
- The command handling close fragment
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Close`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Close`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Continuation`1">
- <summary>
- The command handling continuation fragment
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Continuation`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Continuation`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.HandShake`1">
- <summary>
- The command handle handshake request
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.HandShake`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.HandShake`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Ping`1">
- <summary>
- The command handling Ping
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Ping`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Ping`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Plain`1">
- <summary>
- The command to handling text message in plain text of hybi00
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Plain`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Plain`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Pong`1">
- <summary>
- The command handling Pong
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Pong`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Pong`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Command.Text`1">
- <summary>
- The command handling Text fragment
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.Command.Text`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.Command.Text`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Config.CommandConfig">
- <summary>
- Command configuration
- </summary>
- </member>
- <member name="M:SuperWebSocket.Config.CommandConfig.OnDeserializeUnrecognizedAttribute(System.String,System.String)">
- <summary>
- Gets a value indicating whether an unknown attribute is encountered during deserialization.
- </summary>
- <param name="name">The name of the unrecognized attribute.</param>
- <param name="value">The value of the unrecognized attribute.</param>
- <returns>
- true when an unknown attribute is encountered while deserializing; otherwise, false.
- </returns>
- </member>
- <member name="P:SuperWebSocket.Config.CommandConfig.Options">
- <summary>
- Gets the options.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Config.CommandConfigCollection">
- <summary>
- Command configuration collection
- </summary>
- </member>
- <member name="M:SuperWebSocket.Config.CommandConfigCollection.CreateNewElement">
- <summary>
- When overridden in a derived class, creates a new <see cref="T:System.Configuration.ConfigurationElement"/>.
- </summary>
- <returns>
- A new <see cref="T:System.Configuration.ConfigurationElement"/>.
- </returns>
- </member>
- <member name="M:SuperWebSocket.Config.CommandConfigCollection.GetElementKey(System.Configuration.ConfigurationElement)">
- <summary>
- Gets the element key for a specified configuration element when overridden in a derived class.
- </summary>
- <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.</param>
- <returns>
- An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
- </returns>
- </member>
- <member name="M:SuperWebSocket.Config.CommandConfigCollection.GetEnumerator">
- <summary>
- Gets the enumerator.
- </summary>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.Config.CommandConfigCollection.Item(System.Int32)">
- <summary>
- Gets or sets a property, attribute, or child element of this configuration element.
- </summary>
- <returns>The specified property, attribute, or child element</returns>
- </member>
- <member name="T:SuperWebSocket.Config.SubProtocolConfig">
- <summary>
- SubProtocol configuration
- </summary>
- </member>
- <member name="M:SuperWebSocket.Config.SubProtocolConfig.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Config.SubProtocolConfig"/> class.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Config.SubProtocolConfig.Type">
- <summary>
- Gets the type.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Config.SubProtocolConfig.Commands">
- <summary>
- Gets the commands.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Config.SubProtocolConfigCollection">
- <summary>
- SubProtocol configuation collection
- </summary>
- </member>
- <member name="M:SuperWebSocket.Config.SubProtocolConfigCollection.CreateNewElement">
- <summary>
- When overridden in a derived class, creates a new <see cref="T:System.Configuration.ConfigurationElement"/>.
- </summary>
- <returns>
- A new <see cref="T:System.Configuration.ConfigurationElement"/>.
- </returns>
- </member>
- <member name="M:SuperWebSocket.Config.SubProtocolConfigCollection.GetElementKey(System.Configuration.ConfigurationElement)">
- <summary>
- Gets the element key for a specified configuration element when overridden in a derived class.
- </summary>
- <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.</param>
- <returns>
- An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
- </returns>
- </member>
- <member name="M:SuperWebSocket.Config.SubProtocolConfigCollection.GetEnumerator">
- <summary>
- Gets the enumerator.
- </summary>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.Config.SubProtocolConfigCollection.CollectionType">
- <summary>
- Gets the type of the <see cref="T:System.Configuration.ConfigurationElementCollection"/>.
- </summary>
- <returns>The <see cref="T:System.Configuration.ConfigurationElementCollectionType"/> of this collection.</returns>
- </member>
- <member name="P:SuperWebSocket.Config.SubProtocolConfigCollection.ElementName">
- <summary>
- Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
- </summary>
- <returns>The name of the collection; otherwise, an empty string. The default is an empty string.</returns>
- </member>
- <member name="T:SuperWebSocket.Extensions">
- <summary>
- Extension class
- </summary>
- </member>
- <member name="M:SuperWebSocket.Extensions.AppendFormatWithCrCf(System.Text.StringBuilder,System.String,System.Object)">
- <summary>
- Appends in the format with CrCf as suffix.
- </summary>
- <param name="builder">The builder.</param>
- <param name="format">The format.</param>
- <param name="arg">The arg.</param>
- </member>
- <member name="M:SuperWebSocket.Extensions.AppendFormatWithCrCf(System.Text.StringBuilder,System.String,System.Object[])">
- <summary>
- Appends in the format with CrCf as suffix.
- </summary>
- <param name="builder">The builder.</param>
- <param name="format">The format.</param>
- <param name="args">The args.</param>
- </member>
- <member name="M:SuperWebSocket.Extensions.AppendWithCrCf(System.Text.StringBuilder,System.String)">
- <summary>
- Appends with CrCf as suffix.
- </summary>
- <param name="builder">The builder.</param>
- <param name="content">The content.</param>
- </member>
- <member name="M:SuperWebSocket.Extensions.AppendWithCrCf(System.Text.StringBuilder)">
- <summary>
- Appends with CrCf as suffix.
- </summary>
- <param name="builder">The builder.</param>
- </member>
- <member name="T:SuperWebSocket.IBinaryDataConverter">
- <summary>
- The converter interface for converting binary data to text message
- </summary>
- </member>
- <member name="M:SuperWebSocket.IBinaryDataConverter.ToString(System.Byte[],System.Int32,System.Int32)">
- <summary>
- Returns a <see cref="T:System.String"/> that represents this instance.
- </summary>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- <returns>
- A <see cref="T:System.String"/> that represents this instance.
- </returns>
- </member>
- <member name="T:SuperWebSocket.JsonWebSocketSession">
- <summary>
- Json websocket session
- </summary>
- </member>
- <member name="T:SuperWebSocket.JsonWebSocketSession`1">
- <summary>
- Json websocket session
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="T:SuperWebSocket.WebSocketSession`1">
- <summary>
- WebSocket AppSession class
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="T:SuperWebSocket.IWebSocketSession">
- <summary>
- WebSocketSession basic interface
- </summary>
- </member>
- <member name="M:SuperWebSocket.IWebSocketSession.SendRawData(System.Byte[],System.Int32,System.Int32)">
- <summary>
- Sends the raw binary response.
- </summary>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- </member>
- <member name="M:SuperWebSocket.IWebSocketSession.GetAvailableSubProtocol(System.String)">
- <summary>
- Gets the available sub protocol.
- </summary>
- <param name="protocol">The protocol.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.Method">
- <summary>
- Gets or sets the method.
- </summary>
- <value>
- The method.
- </value>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.Host">
- <summary>
- Gets the host.
- </summary>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.Path">
- <summary>
- Gets or sets the path.
- </summary>
- <value>
- The path.
- </value>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.HttpVersion">
- <summary>
- Gets or sets the HTTP version.
- </summary>
- <value>
- The HTTP version.
- </value>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.SecWebSocketVersion">
- <summary>
- Gets the sec web socket version.
- </summary>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.Origin">
- <summary>
- Gets the origin.
- </summary>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.UriScheme">
- <summary>
- Gets the URI scheme.
- </summary>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.Handshaked">
- <summary>
- Gets a value indicating whether this <see cref="T:SuperWebSocket.IWebSocketSession"/> is handshaked.
- </summary>
- <value>
- <c>true</c> if handshaked; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.AppServer">
- <summary>
- Gets the app server.
- </summary>
- </member>
- <member name="P:SuperWebSocket.IWebSocketSession.ProtocolProcessor">
- <summary>
- Gets or sets the protocol processor.
- </summary>
- <value>
- The protocol processor.
- </value>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.OnInit">
- <summary>
- Called when [init].
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.SetCookie">
- <summary>
- Sets the cookie.
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.Send(System.String)">
- <summary>
- Sends the response.
- </summary>
- <param name="message">The message.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.Send(System.Byte[],System.Int32,System.Int32)">
- <summary>
- Sends the response.
- </summary>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.Send(System.ArraySegment{System.Byte})">
- <summary>
- Sends the response.
- </summary>
- <param name="segment">The segment.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.SuperWebSocket#IWebSocketSession#SendRawData(System.Byte[],System.Int32,System.Int32)">
- <summary>
- Sends the raw binary data.
- </summary>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.CloseWithHandshake(System.String)">
- <summary>
- Closes the with handshake.
- </summary>
- <param name="reasonText">The reason text.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.CloseWithHandshake(System.Int32,System.String)">
- <summary>
- Closes the with handshake.
- </summary>
- <param name="statusCode">The status code.</param>
- <param name="reasonText">The reason text.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.SendCloseHandshakeResponse(System.Int32)">
- <summary>
- Sends the close handshake response.
- </summary>
- <param name="statusCode">The status code.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.Close(SuperSocket.SocketBase.CloseReason)">
- <summary>
- Closes the specified reason.
- </summary>
- <param name="reason">The reason.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.HandleUnknownCommand(SuperWebSocket.SubProtocol.SubRequestInfo)">
- <summary>
- Handles the unknown command.
- </summary>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketSession`1.HandleUnknownRequest(SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Handles the unknown request.
- </summary>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Method">
- <summary>
- Gets or sets the method.
- </summary>
- <value>
- The method.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Path">
- <summary>
- Gets or sets the path.
- </summary>
- <value>
- The path.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.HttpVersion">
- <summary>
- Gets or sets the HTTP version.
- </summary>
- <value>
- The HTTP version.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Host">
- <summary>
- Gets the host.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Origin">
- <summary>
- Gets the origin.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Upgrade">
- <summary>
- Gets the upgrade.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Connection">
- <summary>
- Gets the connection.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.SecWebSocketVersion">
- <summary>
- Gets the sec web socket version.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.SecWebSocketProtocol">
- <summary>
- Gets the sec web socket protocol.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.CurrentToken">
- <summary>
- Gets the current token.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.AppServer">
- <summary>
- Gets the app server.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.UriScheme">
- <summary>
- Gets the URI scheme, ws or wss
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.SubProtocol">
- <summary>
- Gets the sub protocol.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Handshaked">
- <summary>
- Gets a value indicating whether this <see cref="T:SuperWebSocket.IWebSocketSession"/> is handshaked.
- </summary>
- <value>
- <c>true</c> if handshaked; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.InClosing">
- <summary>
- Gets a value indicating whether the session [in closing].
- </summary>
- <value>
- <c>true</c> if [in closing]; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.Cookies">
- <summary>
- Gets the cookies.
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession`1.ProtocolProcessor">
- <summary>
- Gets or sets the protocol processor.
- </summary>
- <value>
- The protocol processor.
- </value>
- </member>
- <member name="M:SuperWebSocket.JsonWebSocketSession`1.SendJsonMessage(System.String,System.Object)">
- <summary>
- Sends the json message.
- </summary>
- <param name="name">The name.</param>
- <param name="content">The content.</param>
- </member>
- <member name="T:SuperWebSocket.Protocol.CloseStatusCodeHybi10">
- <summary>
- Close status code for Hybi10
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.ICloseStatusCode">
- <summary>
- Close status code interface
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.ExtensionNotMatch">
- <summary>
- Gets the code for extension not match.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.GoingAway">
- <summary>
- Gets the code for going away.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.InvalidUTF8">
- <summary>
- Gets the code for invalid UT f8.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.NormalClosure">
- <summary>
- Gets the code for normal closure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.NotAcceptableData">
- <summary>
- Gets the code for not acceptable data.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.ProtocolError">
- <summary>
- Gets the code for protocol error.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.TLSHandshakeFailure">
- <summary>
- Gets the code for TLS handshake failure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.TooLargeFrame">
- <summary>
- Gets the code for too large frame.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.UnexpectedCondition">
- <summary>
- Gets the code for unexpected condition.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.ViolatePolicy">
- <summary>
- Gets the code for violate policy.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.ICloseStatusCode.NoStatusCode">
- <summary>
- Gets the code for no status code.
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.CloseStatusCodeHybi10.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Protocol.CloseStatusCodeHybi10"/> class.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.NormalClosure">
- <summary>
- Gets the code for normal closure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.GoingAway">
- <summary>
- Gets the code for going away.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.ProtocolError">
- <summary>
- Gets the code for protocol error.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.NotAcceptableData">
- <summary>
- Gets the code for not acceptable data.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.TooLargeFrame">
- <summary>
- Gets the code for too large frame.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.InvalidUTF8">
- <summary>
- Gets the code for invalid UT f8.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.ViolatePolicy">
- <summary>
- Gets the code for violate policy.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.ExtensionNotMatch">
- <summary>
- Gets the code for extension not match.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.UnexpectedCondition">
- <summary>
- Gets the code for unexpected condition.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.TLSHandshakeFailure">
- <summary>
- Gets the code for TLS handshake failure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeHybi10.NoStatusCode">
- <summary>
- Gets the code for no status code.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.CloseStatusCodeRfc6455">
- <summary>
- Close status code for rfc6455
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Protocol.CloseStatusCodeRfc6455"/> class.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.NormalClosure">
- <summary>
- Gets the code for normal closure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.GoingAway">
- <summary>
- Gets the code for going away.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.ProtocolError">
- <summary>
- Gets the code for protocol error.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.NotAcceptableData">
- <summary>
- Gets the code for not acceptable data.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.TooLargeFrame">
- <summary>
- Gets the code for too large frame.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.InvalidUTF8">
- <summary>
- Gets the code for invalid UT f8.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.ViolatePolicy">
- <summary>
- Gets the code for violate policy.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.ExtensionNotMatch">
- <summary>
- Gets the code for extension not match.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.UnexpectedCondition">
- <summary>
- Gets the code for unexpected condition.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.TLSHandshakeFailure">
- <summary>
- Gets the code for TLS handshake failure.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.CloseStatusCodeRfc6455.NoStatusCode">
- <summary>
- Gets the code for no status code.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.DraftHybi00Processor">
- <summary>
- http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.IProtocolProcessor">
- <summary>
- Protocol processor interface
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.Handshake(SuperWebSocket.IWebSocketSession,SuperWebSocket.Protocol.WebSocketReceiveFilterBase,SuperSocket.SocketBase.Protocol.IReceiveFilter{SuperWebSocket.Protocol.IWebSocketFragment}@)">
- <summary>
- Handshakes the specified session.
- </summary>
- <param name="session">The session.</param>
- <param name="previousFilter">The previous filter.</param>
- <param name="dataFrameReader">The data frame reader.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.SendMessage(SuperWebSocket.IWebSocketSession,System.String)">
- <summary>
- Sends the message.
- </summary>
- <param name="session">The session.</param>
- <param name="message">The message.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.SendData(SuperWebSocket.IWebSocketSession,System.Byte[],System.Int32,System.Int32)">
- <summary>
- Sends the data.
- </summary>
- <param name="session">The session.</param>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.SendCloseHandshake(SuperWebSocket.IWebSocketSession,System.Int32,System.String)">
- <summary>
- Sends the close handshake.
- </summary>
- <param name="session">The session.</param>
- <param name="statusCode">The status code.</param>
- <param name="closeReason">The close reason.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.SendPong(SuperWebSocket.IWebSocketSession,System.Byte[])">
- <summary>
- Sends the pong.
- </summary>
- <param name="session">The session.</param>
- <param name="pong">The pong.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.SendPing(SuperWebSocket.IWebSocketSession,System.Byte[])">
- <summary>
- Sends the ping.
- </summary>
- <param name="session">The session.</param>
- <param name="ping">The ping.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.IProtocolProcessor.IsValidCloseCode(System.Int32)">
- <summary>
- Determines whether [is valid close code] [the specified code].
- </summary>
- <param name="code">The code.</param>
- <returns>
- <c>true</c> if [is valid close code] [the specified code]; otherwise, <c>false</c>.
- </returns>
- </member>
- <member name="P:SuperWebSocket.Protocol.IProtocolProcessor.CanSendBinaryData">
- <summary>
- Gets a value indicating whether this instance can send binary data.
- </summary>
- <value>
- <c>true</c> if this instance can send binary data; otherwise, <c>false</c>.
- </value>
- </member>
- <member name="P:SuperWebSocket.Protocol.IProtocolProcessor.CloseStatusClode">
- <summary>
- Gets the close status clode.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.IProtocolProcessor.NextProcessor">
- <summary>
- Gets or sets the next processor.
- </summary>
- <value>
- The next processor.
- </value>
- </member>
- <member name="P:SuperWebSocket.Protocol.IProtocolProcessor.Version">
- <summary>
- Gets the version of current protocol.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.DraftHybi10Processor">
- <summary>
- http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.HandshakeRequest">
- <summary>
- Handshake request
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.IWebSocketFragment">
- <summary>
- WebSocketFragment request info
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.HandshakeRequest.Key">
- <summary>
- Gets the key of this request.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.MultipleProtocolSwitchProcessor">
- <summary>
- http://tools.ietf.org/html/rfc6455#section-4.4
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.PlainFragment">
- <summary>
- Plain text fragment
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.PlainFragment.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Protocol.PlainFragment"/> class.
- </summary>
- <param name="message">The message.</param>
- </member>
- <member name="P:SuperWebSocket.Protocol.PlainFragment.Message">
- <summary>
- Gets the message.
- </summary>
- </member>
- <member name="P:SuperWebSocket.Protocol.PlainFragment.Key">
- <summary>
- Gets the key of this request.
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.Rfc6455Processor">
- <summary>
- http://tools.ietf.org/html/rfc6455
- </summary>
- </member>
- <member name="T:SuperWebSocket.Protocol.WebSocketReceiveFilterBase">
- <summary>
- WebSocketReceiveFilter basis
- </summary>
- </member>
- <member name="F:SuperWebSocket.Protocol.WebSocketReceiveFilterBase.SecKey3Len">
- <summary>
- The length of Sec3Key
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.WebSocketReceiveFilterBase.#ctor(SuperWebSocket.IWebSocketSession)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Protocol.WebSocketReceiveFilterBase"/> class.
- </summary>
- <param name="session">The session.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.WebSocketReceiveFilterBase.#ctor(SuperWebSocket.Protocol.WebSocketReceiveFilterBase)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.Protocol.WebSocketReceiveFilterBase"/> class.
- </summary>
- <param name="previousReceiveFilter">The previous receive filter.</param>
- </member>
- <member name="M:SuperWebSocket.Protocol.WebSocketReceiveFilterBase.Handshake(SuperWebSocket.Protocol.IProtocolProcessor,SuperWebSocket.IWebSocketSession)">
- <summary>
- Handshakes the specified protocol processor.
- </summary>
- <param name="protocolProcessor">The protocol processor.</param>
- <param name="session">The session.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.Protocol.WebSocketReceiveFilterBase.HandshakeRequestInfo">
- <summary>
- Gets the handshake request info.
- </summary>
- </member>
- <member name="M:SuperWebSocket.Protocol.WebSocketDataReceiveFilter.Reset">
- <summary>
- Resets this instance.
- </summary>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`1">
- <summary>
- Async json sub command
- </summary>
- <typeparam name="TJsonCommandInfo">The type of the json command info.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2">
- <summary>
- Async json sub command
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- <typeparam name="TJsonCommandInfo">The type of the json command info.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.JsonSubCommandBase`2">
- <summary>
- Json SubCommand base
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- <typeparam name="TJsonCommandInfo">The type of the json command info.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.SubCommandBase`1">
- <summary>
- SubCommand base
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.ISubCommand`1">
- <summary>
- SubCommand interface
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.ISubCommand`1.ExecuteCommand(`0,SuperWebSocket.SubProtocol.SubRequestInfo)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.ISubCommandFilterLoader">
- <summary>
- The basic interface of sub command filter loader
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.ISubCommandFilterLoader.LoadSubCommandFilters(System.Collections.Generic.IEnumerable{SuperWebSocket.SubProtocol.SubCommandFilterAttribute})">
- <summary>
- Loads the sub command filters.
- </summary>
- <param name="globalFilters">The global filters.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.SubCommandBase`1.ExecuteCommand(`0,SuperWebSocket.SubProtocol.SubRequestInfo)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.SubCommandBase`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommandBase`2.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.JsonSubCommandBase`2"/> class.
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommandBase`2.ExecuteCommand(`0,SuperWebSocket.SubProtocol.SubRequestInfo)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommandBase`2.ExecuteJsonCommand(`0,`1)">
- <summary>
- Executes the json command.
- </summary>
- <param name="session">The session.</param>
- <param name="commandInfo">The command info.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommandBase`2.GetJsonMessage(`0,System.String,System.String,System.Object)">
- <summary>
- Gets the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="name">The name.</param>
- <param name="token">The token.</param>
- <param name="content">The content.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2"/> class.
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2.ExecuteJsonCommand(`0,`1)">
- <summary>
- Executes the json command.
- </summary>
- <param name="session">The session.</param>
- <param name="commandInfo">The command info.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2.ExecuteAsyncJsonCommand(`0,System.String,`1)">
- <summary>
- Executes the async json command.
- </summary>
- <param name="session">The session.</param>
- <param name="token">The token.</param>
- <param name="commandInfo">The command info.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2.SendJsonMessage(`0,System.String,System.Object)">
- <summary>
- Sends the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="token">The token.</param>
- <param name="content">The content.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.AsyncJsonSubCommand`2.SendJsonMessage(`0,System.String,System.String,System.Object)">
- <summary>
- Sends the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="name">The name.</param>
- <param name="token">The token.</param>
- <param name="content">The content.</param>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.BasicSubCommandParser">
- <summary>
- Basic sub command parser
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubCommandParser.ParseRequestInfo(System.String)">
- <summary>
- Parses the request info.
- </summary>
- <param name="source">The source.</param>
- <returns></returns>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.BasicSubProtocol">
- <summary>
- Default basic sub protocol implementation
- </summary>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1">
- <summary>
- Default basic sub protocol implementation
- </summary>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.SubProtocolBase`1">
- <summary>
- SubProtocol basis
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.ISubProtocol`1">
- <summary>
- SubProtocol interface
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.ISubProtocol`1.Initialize(SuperSocket.SocketBase.IAppServer,SuperWebSocket.Config.SubProtocolConfig,SuperSocket.SocketBase.Logging.ILog)">
- <summary>
- Initializes with the specified config.
- </summary>
- <param name="appServer">The app server.</param>
- <param name="protocolConfig">The protocol config.</param>
- <param name="logger">The logger.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.ISubProtocol`1.TryGetCommand(System.String,SuperWebSocket.SubProtocol.ISubCommand{`0}@)">
- <summary>
- Tries the get command.
- </summary>
- <param name="name">The name.</param>
- <param name="command">The command.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.ISubProtocol`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.ISubProtocol`1.SubRequestParser">
- <summary>
- Gets the sub request parser.
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.SubProtocolBase`1.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.SubProtocolBase`1"/> class.
- </summary>
- <param name="name">The name.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.SubProtocolBase`1.Initialize(SuperSocket.SocketBase.IAppServer,SuperWebSocket.Config.SubProtocolConfig,SuperSocket.SocketBase.Logging.ILog)">
- <summary>
- Initializes with the specified config.
- </summary>
- <param name="appServer">The app server.</param>
- <param name="protocolConfig">The protocol config.</param>
- <param name="logger">The logger.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.SubProtocolBase`1.TryGetCommand(System.String,SuperWebSocket.SubProtocol.ISubCommand{`0}@)">
- <summary>
- Tries the get command.
- </summary>
- <param name="name">The name.</param>
- <param name="command">The command.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.SubProtocolBase`1.Name">
- <summary>
- Gets the name.
- </summary>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.SubProtocolBase`1.SubRequestParser">
- <summary>
- Gets or sets the sub request parser.
- </summary>
- <value>
- The sub request parser.
- </value>
- </member>
- <member name="F:SuperWebSocket.SubProtocol.BasicSubProtocol`1.DefaultName">
- <summary>
- Default basic sub protocol name
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with the calling aseembly as command assembly
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with the calling aseembly as command assembly
- </summary>
- <param name="name">The sub protocol name.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with command assemblies
- </summary>
- <param name="commandAssemblies">The command assemblies.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.Reflection.Assembly)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with single command assembly.
- </summary>
- <param name="commandAssembly">The command assembly.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.String,System.Reflection.Assembly)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with name and single command assembly.
- </summary>
- <param name="name">The sub protocol name.</param>
- <param name="commandAssembly">The command assembly.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class with name and command assemblies.
- </summary>
- <param name="name">The sub protocol name.</param>
- <param name="commandAssemblies">The command assemblies.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Reflection.Assembly},SuperSocket.SocketBase.Protocol.IRequestInfoParser{SuperWebSocket.SubProtocol.SubRequestInfo})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol`1"/> class.
- </summary>
- <param name="name">The name.</param>
- <param name="commandAssemblies">The command assemblies.</param>
- <param name="requestInfoParser">The request info parser.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.Initialize(SuperSocket.SocketBase.IAppServer,SuperWebSocket.Config.SubProtocolConfig,SuperSocket.SocketBase.Logging.ILog)">
- <summary>
- Initializes with the specified config.
- </summary>
- <param name="appServer">The app server.</param>
- <param name="protocolConfig">The protocol config.</param>
- <param name="logger">The logger.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol`1.TryGetCommand(System.String,SuperWebSocket.SubProtocol.ISubCommand{`0}@)">
- <summary>
- Tries get command from the sub protocol's command inventory.
- </summary>
- <param name="name">The name.</param>
- <param name="command">The command.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="name">The sub protocol name.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.Reflection.Assembly)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="commandAssembly">The command assembly.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="commandAssemblies">The command assemblies.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.String,System.Reflection.Assembly)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="name">The sub protocol name.</param>
- <param name="commandAssembly">The command assembly.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="name">The sub protocol name.</param>
- <param name="commandAssemblies">The command assemblies.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.BasicSubProtocol.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Reflection.Assembly},SuperSocket.SocketBase.Protocol.IRequestInfoParser{SuperWebSocket.SubProtocol.SubRequestInfo})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.BasicSubProtocol"/> class.
- </summary>
- <param name="name">The name.</param>
- <param name="commandAssemblies">The command assemblies.</param>
- <param name="requestInfoParser">The request info parser.</param>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.ISubRequestInfo">
- <summary>
- The basic interface of SubRequestInfo
- </summary>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.ISubRequestInfo.Token">
- <summary>
- Gets the token.
- </summary>
- <value>
- The token.
- </value>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.JsonSubCommand`1">
- <summary>
- JsonSubCommand
- </summary>
- <typeparam name="TJsonCommandInfo">The type of the json command info.</typeparam>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.JsonSubCommand`2">
- <summary>
- JsonSubCommand
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- <typeparam name="TJsonCommandInfo">The type of the json command info.</typeparam>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommand`2.GetJsonMessage(`0,System.Object)">
- <summary>
- Gets the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="content">The content.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommand`2.GetJsonMessage(`0,System.String,System.Object)">
- <summary>
- Gets the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="name">The name.</param>
- <param name="content">The content.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommand`2.SendJsonMessage(`0,System.Object)">
- <summary>
- Sends the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="content">The content.</param>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.JsonSubCommand`2.SendJsonMessage(`0,System.String,System.Object)">
- <summary>
- Sends the json message.
- </summary>
- <param name="session">The session.</param>
- <param name="name">The name.</param>
- <param name="content">The content.</param>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.SubCommandBase">
- <summary>
- SubCommand base
- </summary>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.SubCommandFilterAttribute">
- <summary>
- SubCommandFilter Attribute
- </summary>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.SubCommandFilterAttribute.SubProtocol">
- <summary>
- Gets or sets the sub protocol.
- </summary>
- <value>
- The sub protocol.
- </value>
- </member>
- <member name="T:SuperWebSocket.SubProtocol.SubRequestInfo">
- <summary>
- SubProtocol RequestInfo type
- </summary>
- </member>
- <member name="M:SuperWebSocket.SubProtocol.SubRequestInfo.#ctor(System.String,System.String,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.SubProtocol.SubRequestInfo"/> class.
- </summary>
- <param name="key">The key.</param>
- <param name="token">The token.</param>
- <param name="data">The data.</param>
- </member>
- <member name="P:SuperWebSocket.SubProtocol.SubRequestInfo.Token">
- <summary>
- Gets the token of this request, used for callback
- </summary>
- </member>
- <member name="T:SuperWebSocket.TextEncodingBinaryDataConverter">
- <summary>
- Text encoding binary data converter
- </summary>
- </member>
- <member name="M:SuperWebSocket.TextEncodingBinaryDataConverter.#ctor(System.Text.Encoding)">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.TextEncodingBinaryDataConverter"/> class.
- </summary>
- <param name="encoding">The encoding.</param>
- </member>
- <member name="M:SuperWebSocket.TextEncodingBinaryDataConverter.ToString(System.Byte[],System.Int32,System.Int32)">
- <summary>
- Returns a <see cref="T:System.String"/> that represents this instance.
- </summary>
- <param name="data">The data.</param>
- <param name="offset">The offset.</param>
- <param name="length">The length.</param>
- <returns>
- A <see cref="T:System.String"/> that represents this instance.
- </returns>
- </member>
- <member name="P:SuperWebSocket.TextEncodingBinaryDataConverter.Encoding">
- <summary>
- Gets the encoding.
- </summary>
- <value>
- The encoding.
- </value>
- </member>
- <member name="T:SuperWebSocket.WebSocketProtocol">
- <summary>
- WebSocket protocol
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketProtocol.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketProtocol"/> class.
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketProtocol.CreateFilter(SuperSocket.SocketBase.IAppServer,SuperSocket.SocketBase.IAppSession,System.Net.IPEndPoint)">
- <summary>
- Creates the filter.
- </summary>
- <param name="appServer">The app server.</param>
- <param name="appSession">The app session.</param>
- <param name="remoteEndPoint">The remote end point.</param>
- <returns></returns>
- </member>
- <member name="T:SuperWebSocket.IWebSocketServer">
- <summary>
- WebSocket server interface
- </summary>
- </member>
- <member name="M:SuperWebSocket.IWebSocketServer.ValidateHandshake(SuperWebSocket.IWebSocketSession,System.String)">
- <summary>
- Validates the handshake request.
- </summary>
- <param name="session">The session.</param>
- <param name="origin">The origin.</param>
- <returns>the validation result</returns>
- </member>
- <member name="P:SuperWebSocket.IWebSocketServer.WebSocketProtocolProcessor">
- <summary>
- Gets the web socket protocol processor.
- </summary>
- </member>
- <member name="T:SuperWebSocket.WebSocketServer">
- <summary>
- WebSocket AppServer
- </summary>
- </member>
- <member name="T:SuperWebSocket.WebSocketServer`1">
- <summary>
- WebSocket AppServer
- </summary>
- <typeparam name="TWebSocketSession">The type of the web socket session.</typeparam>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.#ctor(System.Collections.Generic.IEnumerable{SuperWebSocket.SubProtocol.ISubProtocol{`0}})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer`1"/> class.
- </summary>
- <param name="subProtocols">The sub protocols.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.#ctor(SuperWebSocket.SubProtocol.ISubProtocol{`0})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer`1"/> class.
- </summary>
- <param name="subProtocol">The sub protocol.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer`1"/> class.
- </summary>
- </member>
- <member name="F:SuperWebSocket.WebSocketServer`1.m_OpenHandshakeTimeOut">
- <summary>
- The openning handshake timeout, in seconds
- </summary>
- </member>
- <member name="F:SuperWebSocket.WebSocketServer`1.m_CloseHandshakeTimeOut">
- <summary>
- The closing handshake timeout, in seconds
- </summary>
- </member>
- <member name="F:SuperWebSocket.WebSocketServer`1.m_HandshakePendingQueueCheckingInterval">
- <summary>
- The interval of checking handshake pending queue, in seconds
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.GetSubProtocol(System.String)">
- <summary>
- Gets the sub protocol by sub protocol name.
- </summary>
- <param name="name">The name.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.ValidateHandshake(`0,System.String)">
- <summary>
- Validates the handshake request.
- </summary>
- <param name="session">The session.</param>
- <param name="origin">The origin in the handshake request.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.Setup(SuperSocket.SocketBase.Config.IRootConfig,SuperSocket.SocketBase.Config.IServerConfig)">
- <summary>
- Setups with the specified root config.
- </summary>
- <param name="rootConfig">The root config.</param>
- <param name="config">The config.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.OnStarted">
- <summary>
- Called when [started].
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.OnNewSessionConnected(`0)">
- <summary>
- Called when [new session connected].
- </summary>
- <param name="session">The session.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.SetupCommands(System.Collections.Generic.Dictionary{System.String,SuperSocket.SocketBase.Command.ICommand{`0,SuperWebSocket.Protocol.IWebSocketFragment}})">
- <summary>
- Setups the commands.
- </summary>
- <param name="discoveredCommands">The discovered commands.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.ExecuteCommand(`0,SuperWebSocket.Protocol.IWebSocketFragment)">
- <summary>
- Executes the command.
- </summary>
- <param name="session">The session.</param>
- <param name="requestInfo">The request info.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.JsonSerialize(System.Object)">
- <summary>
- Serialize the target object by JSON
- </summary>
- <param name="target">The target.</param>
- <returns></returns>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer`1.JsonDeserialize(System.String,System.Type)">
- <summary>
- Deserialize the JSON string to target type object.
- </summary>
- <param name="json">The json.</param>
- <param name="type">The type.</param>
- <returns></returns>
- </member>
- <member name="P:SuperWebSocket.WebSocketServer`1.BinaryDataConverter">
- <summary>
- Gets or sets the binary data converter.
- </summary>
- <value>
- The binary data converter.
- </value>
- </member>
- <member name="P:SuperWebSocket.WebSocketServer`1.ReceiveFilterFactory">
- <summary>
- Gets the request filter factory.
- </summary>
- </member>
- <member name="E:SuperWebSocket.WebSocketServer`1.NewRequestReceived">
- <summary>
- Occurs when [new request received].
- </summary>
- <exception cref="T:System.NotSupportedException"></exception>
- </member>
- <member name="E:SuperWebSocket.WebSocketServer`1.NewMessageReceived">
- <summary>
- Occurs when [new message received].
- </summary>
- </member>
- <member name="E:SuperWebSocket.WebSocketServer`1.NewDataReceived">
- <summary>
- Occurs when [new data received].
- </summary>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer.#ctor(System.Collections.Generic.IEnumerable{SuperWebSocket.SubProtocol.ISubProtocol{SuperWebSocket.WebSocketSession}})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer"/> class.
- </summary>
- <param name="subProtocols">The sub protocols.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer.#ctor(SuperWebSocket.SubProtocol.ISubProtocol{SuperWebSocket.WebSocketSession})">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer"/> class.
- </summary>
- <param name="subProtocol">The sub protocol.</param>
- </member>
- <member name="M:SuperWebSocket.WebSocketServer.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:SuperWebSocket.WebSocketServer"/> class.
- </summary>
- </member>
- <member name="T:SuperWebSocket.WebSocketSession">
- <summary>
- WebSocket AppSession
- </summary>
- </member>
- <member name="P:SuperWebSocket.WebSocketSession.AppServer">
- <summary>
- Gets the app server.
- </summary>
- </member>
- </members>
- </doc>
|