JsonRpcTargetOptions 생성자

정의

오버로드

JsonRpcTargetOptions()

JsonRpcTargetOptions 클래스의 새 인스턴스를 초기화합니다.

JsonRpcTargetOptions(JsonRpcTargetOptions)

JsonRpcTargetOptions 클래스의 새 인스턴스를 초기화합니다.

JsonRpcTargetOptions()

JsonRpcTargetOptions 클래스의 새 인스턴스를 초기화합니다.

public JsonRpcTargetOptions ();
Public Sub New ()

적용 대상

JsonRpcTargetOptions(JsonRpcTargetOptions)

JsonRpcTargetOptions 클래스의 새 인스턴스를 초기화합니다.

public JsonRpcTargetOptions (StreamJsonRpc.JsonRpcTargetOptions copyFrom);
new StreamJsonRpc.JsonRpcTargetOptions : StreamJsonRpc.JsonRpcTargetOptions -> StreamJsonRpc.JsonRpcTargetOptions
Public Sub New (copyFrom As JsonRpcTargetOptions)

매개 변수

copyFrom
JsonRpcTargetOptions

모든 속성 값을 복사할 인스턴스입니다.

적용 대상