DefaultOptions.HttpBindAddress Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > DefaultOptions Class > DefaultOptions Properties >

DefaultOptions.HttpBindAddress Property

Gets or sets the HTTP Bind Addresses for the application.

Namespace: BNCS.Core.DriverFramework
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


[OptionAttribute]
public string HttpBindAddress { get; set; }

Field Value

The HTTP Bind Addresses as a comma separated list for multiple addresses.

 

Remarks


This property is used to specify the HTTP Bind Addresses for the application.

 

See Also


DefaultOptions Class

BNCS.Core.DriverFramework Namespace