HandshakeProtocol.WriteResponseMessage Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the serialized representation of a HandshakeResponseMessage to the specified writer.
public:
 static void WriteResponseMessage(Microsoft::AspNetCore::SignalR::Protocol::HandshakeResponseMessage ^ responseMessage, System::Buffers::IBufferWriter<System::Byte> ^ output);
	public static void WriteResponseMessage(Microsoft.AspNetCore.SignalR.Protocol.HandshakeResponseMessage responseMessage, System.Buffers.IBufferWriter<byte> output);
	static member WriteResponseMessage : Microsoft.AspNetCore.SignalR.Protocol.HandshakeResponseMessage * System.Buffers.IBufferWriter<byte> -> unit
	Public Shared Sub WriteResponseMessage (responseMessage As HandshakeResponseMessage, output As IBufferWriter(Of Byte))
	Parameters
- responseMessage
 - HandshakeResponseMessage
 
The message to write.
- output
 - IBufferWriter<Byte>
 
The output writer.