PSTransportOption Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This the abstract class that defines the options for underlying transport layer.
public ref class PSTransportOption abstract : ICloneablepublic abstract class PSTransportOption : ICloneabletype PSTransportOption = class
    interface ICloneablePublic MustInherit Class PSTransportOption
Implements ICloneable- Inheritance
- 
				PSTransportOption
- Derived
- Implements
Constructors
| PSTransportOption() | 
Methods
| Clone() | Clone from ICloneable. | 
| LoadFromDefaults(Boolean) | Sets all the values to default values. If keepAssigned is true only those values are set which are unassigned. | 
| LoadFromDefaults(PSSessionType, Boolean) | Sets all the values to default values. If keepAssigned is true only those values are set which are unassigned. |