Class AutostartAcceptorSessions.AutostartSessionDetails
Inheritance
System.Object
AutostartAcceptorSessions.AutostartSessionDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.Core.dll
Syntax
public class AutostartSessionDetails
Constructors
AutostartSessionDetails(Config, String)
Declaration
public AutostartSessionDetails(Config configuration, string targetCompId)
Parameters
Type |
Name |
Description |
Config |
configuration |
|
System.String |
targetCompId |
|
Methods
AllowedIp(String)
Declaration
public bool AllowedIp(string host)
Parameters
Type |
Name |
Description |
System.String |
host |
|
Returns
Type |
Description |
System.Boolean |
|
AllowedUser(String, String)
Declaration
public virtual bool AllowedUser(string incomingUserName, string incomingPassword)
Parameters
Type |
Name |
Description |
System.String |
incomingUserName |
|
System.String |
incomingPassword |
|
Returns
Type |
Description |
System.Boolean |
|
GetClazz()
Declaration
Returns
Type |
Description |
System.Type |
|
GetIp()
Declaration
Returns
Type |
Description |
System.String |
|
GetLogin()
Declaration
Returns
Type |
Description |
System.String |
|
GetPassword()
Declaration
public string GetPassword()
Returns
Type |
Description |
System.String |
|
GetStorageType()
Declaration
public AutostartAcceptorSessions.StorageType GetStorageType()
Returns
GetTargetCompId()
Declaration
public string GetTargetCompId()
Returns
Type |
Description |
System.String |
|