Ext Members
The Ext type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains(String, array<Char>[]()[][]) | ||
Contains(NameValueCollection, String) |
Determines whether the specified [NameValueCollection] contains
the entry with the specified name.
|
|
Contains(NameValueCollection, String, String) |
Determines whether the specified [NameValueCollection] contains the entry with
the specified both name and value.
|
|
Emit(EventHandler, Object, EventArgs) |
Emits the specified EventHandler delegate if it isn't nullNothingnullptra null reference (Nothing in Visual Basic).
|
|
Emit<(Of <<'(TEventArgs>)>>)(EventHandler<(Of <<'(TEventArgs>)>>), Object, TEventArgs) |
Emits the specified EventHandler<TEventArgs> delegate if it isn't
nullNothingnullptra null reference (Nothing in Visual Basic).
|
|
GetCookies |
Gets the collection of the HTTP cookies from the specified HTTP headers.
|
|
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 UInt16 is in the allowable range of
the WebSocket close status code.
|
|
IsEnclosedIn | ||
IsHostOrder |
Determines whether the specified ByteOrder is host (this computer
architecture) byte order.
|
|
IsLocal |
Determines whether the specified [System.Net.IPAddress] represents
the local IP address.
|
|
IsNullOrEmpty |
Determines whether the specified String is nullNothingnullptra null reference (Nothing in Visual Basic) or empty.
|
|
IsPredefinedScheme |
Determines whether the specified String is a predefined scheme.
|
|
IsUpgradeTo |
Determines whether the specified HttpListenerRequest is
an HTTP Upgrade request to switch to the specified protocol.
|
|
MaybeUri |
Determines whether the specified String is a URI string.
|
|
SubArray<(Of <<'(T>)>>)(array<T>[]()[][], Int32, Int32) |
Retrieves a sub-array from the specified array. A sub-array starts at
the specified element position in array.
|
|
SubArray<(Of <<'(T>)>>)(array<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(Int64, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(UInt32, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(UInt64, Action) |
Executes the specified [Action] delegate n times.
|
|
Times(Int32, Action<(Of <<'(Int32>)>>)) |
Executes the specified Action<int> delegate n times.
|
|
Times(Int64, Action<(Of <<'(Int64>)>>)) |
Executes the specified Action<long> delegate n times.
|
|
Times(UInt32, Action<(Of <<'(UInt32>)>>)) |
Executes the specified Action<uint> delegate n times.
|
|
Times(UInt64, Action<(Of <<'(UInt64>)>>)) |
Executes the specified Action<ulong> delegate n times.
|
|
To<(Of <<'(T>)>>) |
Converts the specified array of Byte to the specified type data.
|
|
ToByteArray<(Of <<'(T>)>>)(T, ByteOrder) |
Converts the specified value to an array of Byte.
|
|
ToHostOrder |
Converts the order of the specified array of Byte to the host byte order.
|
|
ToString<(Of <<'(T>)>>)(array<T>[]()[][], String) |
Converts the specified array to a String that
concatenates the each element of array across the specified
separator.
|
|
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.
|