Ext Methods |
The Ext type exposes the following members.
Name | Description | |
---|---|---|
Emit(EventHandler, Object, EventArgs) |
Emits the specified EventHandler delegate if it isn't .
| |
EmitTEventArgs(EventHandlerTEventArgs, Object, TEventArgs) |
Emits the specified EventHandler<TEventArgs> delegate if it isn't
.
| |
GetDescription |
Gets the description of the specified HTTP status code.
| |
GetStatusDescription |
Gets the description of the specified HTTP status code.
| |
IsCloseStatusCode |
Determines whether the specified ushort is in the range of
the status code for the WebSocket connection close.
| |
IsEnclosedIn |
Determines whether the specified string is enclosed in
the specified character.
| |
IsHostOrder |
Determines whether the specified byte order is host (this computer
architecture) byte order.
| |
IsLocal |
Determines whether the specified IP address is a local IP address.
| |
IsNullOrEmpty |
Determines whether the specified string is or
an empty string.
| |
IsPredefinedScheme |
Determines whether the specified string is a predefined scheme.
| |
MaybeUri |
Determines whether the specified string is a URI string.
| |
SubArrayT(T, Int32, Int32) |
Retrieves a sub-array from the specified array. A sub-array starts at
the specified element position in array.
| |
SubArrayT(T, Int64, Int64) |
Retrieves a sub-array from the specified array. A sub-array starts at
the specified element position in array.
| |
Times(Int32, Action) |
Executes the specified Action delegate n times.
| |
Times(Int32, ActionInt32) |
Executes the specified Action<int> delegate n times.
| |
Times(Int64, Action) |
Executes the specified Action delegate n times.
| |
Times(Int64, ActionInt64) |
Executes the specified Action<long> delegate n times.
| |
Times(UInt32, Action) |
Executes the specified Action delegate n times.
| |
Times(UInt32, ActionUInt32) |
Executes the specified Action<uint> delegate n times.
| |
Times(UInt64, Action) |
Executes the specified Action delegate n times.
| |
Times(UInt64, ActionUInt64) |
Executes the specified Action<ulong> delegate n times.
| |
ToT |
Converts the specified array of Byte to the specified type data.
| |
ToByteArrayT |
Converts the specified value to an array of Byte.
| |
ToHostOrder |
Converts the order of elements in the specified byte array to
host (this computer architecture) byte order.
| |
ToStringT |
Converts the specified array to a String.
| |
ToUri |
Converts the specified string to a Uri.
| |
UrlDecode |
URL-decodes the specified String.
| |
UrlEncode |
URL-encodes the specified String.
| |
WriteContent |
Writes and sends the specified content data with the specified
HttpListenerResponse.
|