IpSecManager.DirectionOut Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Net.IpSecTransportDirection enum directly instead of this field.

Usado ao aplicar uma transformação para direcionar o tráfego por meio de uma IpSecTransform distância do host.

[Android.Runtime.Register("DIRECTION_OUT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSecTransportDirection enum directly instead of this field.", true)]
public const Android.Net.IpSecTransportDirection DirectionOut = 1;
[<Android.Runtime.Register("DIRECTION_OUT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSecTransportDirection enum directly instead of this field.", true)>]
val mutable DirectionOut : Android.Net.IpSecTransportDirection

Valor do campo

Value = 1
Atributos

Comentários

Consulte #applyTransportModeTransform(Socket, int, IpSecTransform).

Java documentação para android.net.IpSecManager.DIRECTION_OUT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a