Property TransportType
TransportType
Gets the transport type being used by this client.
public string TransportType { get; }
Property Value
- string
A string identifying the transport type (e.g., "stdio", "http+sse"), or "http+sse" for HTTP clients.
Gets the transport type being used by this client.
public string TransportType { get; }
A string identifying the transport type (e.g., "stdio", "http+sse"), or "http+sse" for HTTP clients.