NWProtocolOptions
NWProtocolOptions(IntPtr, Boolean)
IPLocalAddressPreference
IsQuic
ProtocolDefinition
TlsProtocolOptions
CreateTcp()
CreateTls()
CreateUdp()
IPSetCalculateReceiveTime(Boolean)
IPSetDisableFragmentation(Boolean)
IPSetHopLimit(Byte)
IPSetUseMinimumMtu(Boolean)
IPSetVersion(NWIPVersion)
TcpSetConnectionTimeout(UInt32)
TcpSetDisableAckStretching(Boolean)
TcpSetDisableEcn(Boolean)
TcpSetEnableFastOpen(Boolean)
TcpSetEnableKeepAlive(Boolean)
TcpSetKeepAliveCount(UInt32)
TcpSetKeepAliveIdleTime(UInt32)
TcpSetKeepAliveInterval(UInt32)
TcpSetMaximumSegmentSize(UInt32)
TcpSetNoDelay(Boolean)
TcpSetNoOptions(Boolean)
TcpSetNoPush(Boolean)
TcpSetPersistTimeout(UInt32)
TcpSetRetransmitConnectionDropTime(UInt32)
TcpSetRetransmitFinDrop(Boolean)
UdpSetPreferNoChecksum(Boolean)
xamarinios
namespace Network
{
[TV(12, 0)]
[Watch(6, 0)]
public class NWProtocolOptions : NativeObject
{
[Obsolete("Use the 'NWProtocolTcpOptions' class methods and constructors instead.")]
public static NWProtocolOptions CreateTcp();
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin macOS | 0.0 |
| Xamarin tvOS | 0.0 |
| Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | Use the 'NWProtocolTcpOptions' class methods and constructors instead. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API