共用方式為


HandshakeRequestMessage(String, Int32) 建構函式

定義

初始化 HandshakeRequestMessage 類別的新執行個體。

public:
 HandshakeRequestMessage(System::String ^ protocol, int version);
public HandshakeRequestMessage (string protocol, int version);
new Microsoft.AspNetCore.SignalR.Protocol.HandshakeRequestMessage : string * int -> Microsoft.AspNetCore.SignalR.Protocol.HandshakeRequestMessage
Public Sub New (protocol As String, version As Integer)

參數

protocol
String

要求的通訊協定名稱。

version
Int32

要求的通訊協定版本。

適用於