Sanderling.InterfaceAppManagerExtension.ClientRequest C# (CSharp) Method

ClientRequest() static public method

static public ClientRequest ( this interfaceAppManager, ToInterfaceRequest request ) : FromInterfaceResponse
interfaceAppManager this
request ToInterfaceRequest
return FromInterfaceResponse
		static public FromInterfaceResponse ClientRequest(
			this InterfaceAppManager interfaceAppManager,
			ToInterfaceRequest request) =>
			FromInterfaceResponse.DeserializeFromString<FromInterfaceResponse>(
				interfaceAppManager?.ClientRequest(FromInterfaceResponse.SerializeToString(request)));