Property TransportType
TransportType
Gets the transport type that raised the exception.
public string TransportType { get; }
Property Value
- string
A string identifying the transport (e.g., "stdio", "http+sse"), or
nullif unknown.
Gets the transport type that raised the exception.
public string TransportType { get; }
A string identifying the transport (e.g., "stdio", "http+sse"), or null if unknown.