Share via


WSManSessionOptions.PacketEncoding Property

 

Gets or sets the packet encoding mechanism.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public PacketEncoding PacketEncoding { get; set; }
public:
property PacketEncoding PacketEncoding {
    PacketEncoding get();
    void set(PacketEncoding value);
}
member PacketEncoding : PacketEncoding with get, set
Public Property PacketEncoding As PacketEncoding

Property Value

Type: Microsoft.Management.Infrastructure.Options.PacketEncoding

The packet encoding mechanism (such as UTF-8 or UTF-16).

See Also

WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top