TakerSessionInfo.SocketConnectHost Property
[Category(Category.Connection)]
[Description("Host to connect to")]
public string SocketConnectHost {get; set;}
This language is not supported or no code example is available.
[Category(Category.Connection)]
[Description("Host to connect to")]
public:
property String^ SocketConnectHost {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(Category.Connection)
Description("Host to connect to")
function get SocketConnectHost() : String;
public
Category(Category.Connection)
Description("Host to connect to")
function set SocketConnectHost(value : String);
This language is not supported or no code example is available.
Property Value
string
Implements
ITakerSessionInfo.SocketConnectHost
In this article
Definition