protected Func<IPipeBinaryRequest> CreateBinaryRequestFunc { get; }Protected ReadOnly Property CreateBinaryRequestFunc As Func(Of IPipeBinaryRequest)
Getprotected:
property Func<IPipeBinaryRequest^>^ CreateBinaryRequestFunc {
Func<IPipeBinaryRequest^>^ get ();
}member CreateBinaryRequestFunc : Func<IPipeBinaryRequest> with get