ServiceEndpointElement.ListenUriMode Vlastnost

Definice

Získává nebo nastavuje hodnotu, která určuje, jak přenos zachází z ListenUri poskytované služby k naslouchání.

public:
 property System::ServiceModel::Description::ListenUriMode ListenUriMode { System::ServiceModel::Description::ListenUriMode get(); void set(System::ServiceModel::Description::ListenUriMode value); };
[System.Configuration.ConfigurationProperty("listenUriMode", DefaultValue=System.ServiceModel.Description.ListenUriMode.Explicit)]
public System.ServiceModel.Description.ListenUriMode ListenUriMode { get; set; }
[<System.Configuration.ConfigurationProperty("listenUriMode", DefaultValue=System.ServiceModel.Description.ListenUriMode.Explicit)>]
member this.ListenUriMode : System.ServiceModel.Description.ListenUriMode with get, set
Public Property ListenUriMode As ListenUriMode

Hodnota vlastnosti

ListenUriMode

Platná ListenUriMode hodnota, která určuje, jak přenos prochází s ListenUri poskytovaným, aby služba naslouchala.

Atributy

Platí pro