SendPacketsElement.EndOfPacket 属性
定义
获取一个布尔值,该值指示此元素是否不应与从套接字层到传输层的单一发送请求中的下一个元素合并。Gets a Boolean value that indicates if this element should not be combined with the next element in a single send request from the sockets layer to the transport.
public:
property bool EndOfPacket { bool get(); };
public bool EndOfPacket { get; }
member this.EndOfPacket : bool
Public ReadOnly Property EndOfPacket As Boolean
属性值
一个布尔值,该值指示此元素是否不应当与单一发送请求中的下一个元素合并。A Boolean value that indicates if this element should not be combined with the next element in a single send request.
注解
EndOfPacket如果 SendPacketsElement 没有 endOfPacket 将参数设置为 true,则属性的默认值为 false。The default value for the EndOfPacket property is false if the SendPacketsElement class was not initialized with an endOfPacket parameter set to true.