Click or drag to resize
MyTryConnectHelperTryConnect Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyTryConnectHelper.TryConnect(System.String,System.Int32)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static bool TryConnect(
	string ipString,
	int port
)

Parameters

ipString
Type: SystemString

[Missing <param name="ipString"/> documentation for "M:VRage.MyTryConnectHelper.TryConnect(System.String,System.Int32)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:VRage.MyTryConnectHelper.TryConnect(System.String,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.MyTryConnectHelper.TryConnect(System.String,System.Int32)"]

See Also