This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Helper class to expose common bindings
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["IISBindings"]
class Type type-node
Syntax
public static class IISBindings
Properties
Name | Value | Summary |
---|---|---|
Ftp | BindingSettings |
Creates ftp binding (port: 21)
static
|
Http | BindingSettings |
Creates http binding (port: 80)
static
|
Https | BindingSettings |
Creates https binding (port: 443)
static
|
MsmqFormatName | BindingSettings |
Creates msmq.formatname binding
static
|
NetMsmq | BindingSettings |
Creates net.msmq binding.
static
|
NetPipe | BindingSettings |
Creates net.pipe binding
static
|
NetTcp | BindingSettings |
Creates net.tcp binding (port: 808)
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|