PSTransportOption Class

Definition

This the abstract class that defines the options for underlying transport layer.

public ref class PSTransportOption abstract : ICloneable
public abstract class PSTransportOption : ICloneable
type PSTransportOption = class
    interface ICloneable
Public 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.

Applies to