C-DEngine 5.105

Ext Members

The Ext type exposes the following members.

Methods


  Name Description
Public method Static member Contains(String, array<Char>[]()[][])
Determines whether the specified String contains any of characters in the specified array of Char.
Public method Static member Contains(NameValueCollection, String)
Determines whether the specified [NameValueCollection] contains the entry with the specified name.
Public method Static member Contains(NameValueCollection, String, String)
Determines whether the specified [NameValueCollection] contains the entry with the specified both name and value.
Public method Static member Emit(EventHandler, Object, EventArgs)
Emits the specified EventHandler delegate if it isn't nullNothingnullptra null reference (Nothing in Visual Basic).
Public method Static member 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).
Public method Static member GetCookies
Gets the collection of the HTTP cookies from the specified HTTP headers.
Public method Static member GetDescription
Gets the description of the specified HTTP status code.
Public method Static member GetStatusDescription
Gets the description of the specified HTTP status code.
Public method Static member IsCloseStatusCode
Determines whether the specified UInt16 is in the allowable range of the WebSocket close status code.
Public method Static member IsEnclosedIn
Determines whether the specified String is enclosed in the specified Char.
Public method Static member IsHostOrder
Determines whether the specified ByteOrder is host (this computer architecture) byte order.
Public method Static member IsLocal
Determines whether the specified [System.Net.IPAddress] represents the local IP address.
Public method Static member IsNullOrEmpty
Determines whether the specified String is nullNothingnullptra null reference (Nothing in Visual Basic) or empty.
Public method Static member IsPredefinedScheme
Determines whether the specified String is a predefined scheme.
Public method Static member IsUpgradeTo
Determines whether the specified HttpListenerRequest is an HTTP Upgrade request to switch to the specified protocol.
Public method Static member MaybeUri
Determines whether the specified String is a URI string.
Public method Static member 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.
Public method Static member 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.
Public method Static member Times(Int32, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(Int64, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(UInt32, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(UInt64, Action)
Executes the specified [Action] delegate n times.
Public method Static member Times(Int32, Action<(Of <<'(Int32>)>>))
Executes the specified Action<int> delegate n times.
Public method Static member Times(Int64, Action<(Of <<'(Int64>)>>))
Executes the specified Action<long> delegate n times.
Public method Static member Times(UInt32, Action<(Of <<'(UInt32>)>>))
Executes the specified Action<uint> delegate n times.
Public method Static member Times(UInt64, Action<(Of <<'(UInt64>)>>))
Executes the specified Action<ulong> delegate n times.
Public method Static member To<(Of <<'(T>)>>)
Converts the specified array of Byte to the specified type data.
Public method Static member ToByteArray<(Of <<'(T>)>>)(T, ByteOrder)
Converts the specified value to an array of Byte.
Public method Static member ToHostOrder
Converts the order of the specified array of Byte to the host byte order.
Public method Static member ToString<(Of <<'(T>)>>)(array<T>[]()[][], String)
Converts the specified array to a String that concatenates the each element of array across the specified separator.
Public method Static member ToUri
Converts the specified String to a [Uri].
Public method Static member UrlDecode
URL-decodes the specified String.
Public method Static member UrlEncode
URL-encodes the specified String.
Public method Static member WriteContent
Writes and sends the specified content data with the specified HttpListenerResponse.