NetTcpBinding.ReliableSession Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kanal uç noktaları arasında güvenilir bir oturum oluşturulup kurulmadığını gösteren bir nesne alır.
public:
property System::ServiceModel::OptionalReliableSession ^ ReliableSession { System::ServiceModel::OptionalReliableSession ^ get(); void set(System::ServiceModel::OptionalReliableSession ^ value); };
public:
property System::ServiceModel::OptionalReliableSession ^ ReliableSession { System::ServiceModel::OptionalReliableSession ^ get(); };
public System.ServiceModel.OptionalReliableSession ReliableSession { get; set; }
public System.ServiceModel.OptionalReliableSession ReliableSession { get; }
member this.ReliableSession : System.ServiceModel.OptionalReliableSession with get, set
member this.ReliableSession : System.ServiceModel.OptionalReliableSession
Public Property ReliableSession As OptionalReliableSession
Public ReadOnly Property ReliableSession As OptionalReliableSession
Özellik Değeri
OptionalReliableSession Kanal uç noktaları arasında WS-RM güvenilir bir oturum oluşturulup kurulmadığını gösteren.
Enabled için varsayılan değer falsedeğeridir.
Örnekler
Bu örnekte değerin nasıl alınacakları gösterilmektedir ReliableSession .
OptionalReliableSession reliableSession =
binding.ReliableSession;