Click or drag to resize

TransportTypeExFromString Method

Static method for creating a TransportType object from a given string

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static TransportType FromString(
	string transportTypeString
)

Parameters

transportTypeString  String
The string that specifies the transport type

Return Value

TransportType
A TransportType object according to the parameter string
See Also