Web file server data
Namespace:
Contracts.Data
Assembly: Contracts (in Contracts.dll)
Top
Top
Assembly: Contracts (in Contracts.dll)
<DataContract()> _
Public Class WebFileServerData
This language is not supported or no code example is available.
[DataContract()]
public class WebFileServerData
This language is not supported or no code example is available.
[DataContract()]
public ref class WebFileServerData
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Equals(Object) | 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). |
Name | Description | |
---|---|---|
![]() |
absolute_packaging_path | Absolute packaging path |
![]() |
allow_file_publishing | Whether or not to allow the file publishing features |
![]() |
allow_web_drops | Whether or not to allow the file drops |
![]() |
allow_web_server | Whether or not to allow the webserver |
![]() |
drop_settings | Additional settings, such as customization etc |
![]() |
external_https_only | Whether or not to use external https |
![]() |
files_over_web_password_settings | Password settings for files over web |
![]() |
http_port | The port to use for http |
![]() |
https_port | The port to use for https (if being used) |
![]() |
internal_port | An optional internal port |
![]() |
publishing_path | The publishing path |
![]() |
show_download_page_as_default | Whether or not "Always show download page" checkbox is checked by default when publishing |
![]() |
thumbprint | Certificate thumbprint, if using https |
![]() |
use_https | Whether or not to use https |
![]() |
web_drop_path | The web drop path |
![]() |
web_server_address | The web server address |
![]() |
web_server_page_defaults | The default pages for each page type |
Contracts.Data.WebFileServerData