|
|
|
@ -2234,6 +2234,7 @@ namespace WebSocketSharp
|
|
|
|
/// <paramref name="content"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="content"/> is <see langword="null"/>.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
|
|
|
|
[Obsolete ("This method will be removed.")]
|
|
|
|
public static void WriteContent (
|
|
|
|
public static void WriteContent (
|
|
|
|
this HttpListenerResponse response, byte[] content
|
|
|
|
this HttpListenerResponse response, byte[] content
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|