public class SnapNetworkClientSettingsPublic Class SnapNetworkClientSettingspublic ref class SnapNetworkClientSettingsSnapDB.Snap.Services.Net.SnapNetworkClientSettings = function();
Type.createClass(
'SnapDB.Snap.Services.Net.SnapNetworkClientSettings');| SnapNetworkClientSettings | Initializes a new instance of the SnapNetworkClientSettings class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| NetworkPort | The port number to connect to. |
| ServerNameOrIP | The name of the server to connect to, or the IP address to use. |
| UseIntegratedSecurity | Gets if integrated security will be used, or if the default user will be used. |
| UseSsl | Gets/Sets if Ssl will be used in the authentication. |