Returns all the transports bounded on the specified host.

C# | Visual Basic | Visual C++ | J# |
IList<ITransport> GetTransports( string host )
Function GetTransports ( _ host As String _ ) As IList(Of ITransport)
IList<ITransport^>^ GetTransports( String^ host )
IList<ITransport> GetTransports( String host )

- host (String)
- The host to return ITransportS for.

ITransportS for the specified host.