MakerInitiatorSessionInfo.SocketConnectPort Property
[Category(Category.Connection)]
[Description("Socket port to connect to")]
[DefaultValue(DefaultPort)]
public int SocketConnectPort {get; set;}
This language is not supported or no code example is available.
[Category(Category.Connection)]
[Description("Socket port to connect to")]
[DefaultValue(DefaultPort)]
public:
property int SocketConnectPort {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(Category.Connection)
Description("Socket port to connect to")
DefaultValue(DefaultPort)
function get SocketConnectPort() : int;
public
Category(Category.Connection)
Description("Socket port to connect to")
DefaultValue(DefaultPort)
function set SocketConnectPort(value : int);
This language is not supported or no code example is available.
Property Value
int