A customer origin.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CustomOriginConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CustomOriginConfig()()()() | Initializes a new instance of the CustomOriginConfig class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HTTPPort | 
            Gets and sets the property HTTPPort. The HTTP port the custom origin listens on.
             | 
|  | HTTPSPort | 
            Gets and sets the property HTTPSPort. The HTTPS port the custom origin listens on.
             | 
|  | OriginProtocolPolicy | 
            Gets and sets the property OriginProtocolPolicy. The origin protocol policy to apply
            to your origin.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHTTPPort(Int32) | Obsolete. 
            Sets the HTTPPort property
             | 
|  | WithHTTPSPort(Int32) | Obsolete. 
            Sets the HTTPSPort property
             | 
|  | WithOriginProtocolPolicy(String) | Obsolete. 
            Sets the OriginProtocolPolicy property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CustomOriginConfig |