Click or drag to resize

Ext Class

Provides a set of static methods for websocket-sharp.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharpExt

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static class Ext

The Ext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEmit(EventHandler, Object, EventArgs)
Emits the specified EventHandler delegate if it isn't .
Public methodStatic memberEmitTEventArgs(EventHandlerTEventArgs, Object, TEventArgs)
Emits the specified EventHandler<TEventArgs> delegate if it isn't .
Public methodStatic memberGetDescription
Gets the description of the specified HTTP status code.
Public methodStatic memberGetStatusDescription
Gets the description of the specified HTTP status code.
Public methodStatic memberIsCloseStatusCode
Determines whether the specified ushort is in the range of the status code for the WebSocket connection close.
Public methodStatic memberIsEnclosedIn
Determines whether the specified string is enclosed in the specified character.
Public methodStatic memberIsHostOrder
Determines whether the specified byte order is host (this computer architecture) byte order.
Public methodStatic memberIsLocal
Determines whether the specified IP address is a local IP address.
Public methodStatic memberIsNullOrEmpty
Determines whether the specified string is or an empty string.
Public methodStatic memberIsPredefinedScheme
Determines whether the specified string is a predefined scheme.
Public methodStatic memberMaybeUri
Determines whether the specified string is a URI string.
Public methodStatic memberSubArrayT(T, Int32, Int32)
Retrieves a sub-array from the specified array. A sub-array starts at the specified element position in array.
Public methodStatic memberSubArrayT(T, Int64, Int64)
Retrieves a sub-array from the specified array. A sub-array starts at the specified element position in array.
Public methodStatic memberTimes(Int32, Action)
Executes the specified Action delegate n times.
Public methodStatic memberTimes(Int32, ActionInt32)
Executes the specified Action<int> delegate n times.
Public methodStatic memberTimes(Int64, Action)
Executes the specified Action delegate n times.
Public methodStatic memberTimes(Int64, ActionInt64)
Executes the specified Action<long> delegate n times.
Public methodStatic memberTimes(UInt32, Action)
Executes the specified Action delegate n times.
Public methodStatic memberTimes(UInt32, ActionUInt32)
Executes the specified Action<uint> delegate n times.
Public methodStatic memberTimes(UInt64, Action)
Executes the specified Action delegate n times.
Public methodStatic memberTimes(UInt64, ActionUInt64)
Executes the specified Action<ulong> delegate n times.
Public methodStatic memberToT
Converts the specified array of Byte to the specified type data.
Public methodStatic memberToByteArrayT
Converts the specified value to an array of Byte.
Public methodStatic memberToHostOrder
Converts the order of elements in the specified byte array to host (this computer architecture) byte order.
Public methodStatic memberToStringT
Converts the specified array to a String.
Public methodStatic memberToUri
Converts the specified string to a Uri.
Public methodStatic memberUrlDecode
URL-decodes the specified String.
Public methodStatic memberUrlEncode
URL-encodes the specified String.
Public methodStatic memberWriteContent
Writes and sends the specified content data with the specified HttpListenerResponse.
Top
See Also